-
Notifications
You must be signed in to change notification settings - Fork 24
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
Frequent failures in Github Actions #214
Comments
Hi!
As you mention, maybe the retry strategy is not the best, I'll have a deeper look at your suggestions. |
No, I am not using xtensa-toolchain. I have the espup binary cached and I Sorry, the repo is private. "Frequent" might be an overstatement on my part, but its still a noticeable failure rate. Thanks for the |
Is there any reason why you don't want to add Regarding updating the Readme, I think it is a good idea to add a section explaining how to use |
Oh my, that was a bad slip of the finger on my part. I wanted to say that I want to do it, and I have done it since then. |
Great, I'll close this issue since the error should now disappear, but feel free to reopen this issue if it reappears. Here is some more information about the issue esp-rs/xtensa-toolchain#15. |
Thanks! |
Just added a small note to clarify this: ef483ed |
Sometimes my GHA runs fail with the following error message:
thread 'main' panicked at 'called
Result::unwrap()on an
Errvalue: Error { error: GithubQuery, total_delay: 500ms, tries: 6 }', src/toolchain/mod.rs:165:6
I imagine that if something fails twice in a row in 100ms, it won't likely succeed in the next .3s either. What would you think of
The text was updated successfully, but these errors were encountered: