-
Notifications
You must be signed in to change notification settings - Fork 566
Nightly releases occasionally fail #3366
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
Comments
Fix #3366 The error was related to the upload part, which sometimes works and sometimes fails. Using a higher retry value might solve the issue.
Fix #3366 The error was related to the upload part, which sometimes works and sometimes fails. Using a higher retry value might solve the issue. Co-authored-by: Alex Johnson <alex@shmeeload.xyz>
The fix faab2f8 is not sufficient https://github.com/ignite/cli/actions/runs/3840420614/jobs/6539455900#step:3:50 |
@albttx can you investigate? |
The error is
Error 429 is a rate-limiting error From github documentation
Here is some options:
|
I like that option. We don't need immediate access to nightly releases, like as soon as a branch is merged to |
Yeah. We should just do it it "nightly" like the name says lol |
Fix ignite#3366 The error was related to the upload part, which sometimes works and sometimes fails. Using a higher retry value might solve the issue. Co-authored-by: Alex Johnson <alex@shmeeload.xyz>
Context:
Occasionally, the
release-nightly
workflow will fail, causing a draftnightly
release to be created. If the workflow continues to fail, we end up with multiple draftnightly
releases.The text was updated successfully, but these errors were encountered: