-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request timeout error for version of Gradle that I never used #46
Comments
How regularly do you see this issue? |
I haven't seen it since filing the issue, and I only saw it a few times overall. |
I started facing similar issues today. My repo uses gradle version 7.2 and wrapper-validation-action@v1, and in logs I have seen |
I get this error as well. We use Gradle 7.1.1
It happend randomly. Because we run a Matrix of Java 11 and 16 with ubuntu_latest and windows_latest, we get this error almost every time. |
@eskatos are we keeping the existing connection open when we retry? Should we try to make sure we're opening a new connection when we retry? Thoughts? |
This should be fixed by #167 |
I randomly get the following error using v1:
Error: Request timeout: /distributions/gradle-6.8-rc-4-wrapper.jar.sha256
I currently use 7.1.1 and never used 6.80-rc-4
The text was updated successfully, but these errors were encountered: