Toni Verbeiren

Results 9 comments of Toni Verbeiren

I encountered the same exact sequence of errors. The authentication error in the first step causes Github to write a `.pom` file with the following contents: ``` AccessDeniedRequest has expired3002020-03-13T14:28:43Z2020-03-13T14:44:...

It's the first thing I checked, yes. It effectively looked as if the github side used the wrong timestamp so the cause may be on their side. BTW: Having to...

@mkurz I guess I don't see the option in the web interface because it's a public repo then...

I'm experiencing the same issue. It does not happen for every workflow but it seems to happen consistently for one of the workflows we run. @matthdsm What did you do...

See attached, does that suffice @pditommaso ? [jstack-failed-publishdir.txt](https://github.com/user-attachments/files/18501646/jstack-failed-publishdir.txt)

Thanks for your feedback! @bentsherman Your PR is still open. Do you happen to have a nightly build or something I can try and test it? Reconfiguring the workflow so...

> (...) but maybe we could change the default RejectedExecutionHandler by something like the AbortPolicy. It will produce an exception and the transfer will be retried by the failsafe management....

Using the following configuration, all files are properly published: ``` threadPool.S3TransferManager.maxThreads = threadPool.S3TransferManager.maxQueueSize = 100000 ``` Do you see any disadvantages in setting this for all our workflows (with a...

I experience the same issue. It is related to https://github.com/GoogleContainerTools/kaniko/issues/1803 but there's a twist: spaces are not a problem, also `.` characters are not a problem in my case. However,...