-
Notifications
You must be signed in to change notification settings - Fork 8
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
Increased rate of transient failures in recent weeks #15
Comments
I have an idea what is going on Apparently, the curl in Line 36 in b7ce3a9
jq will error
No idea how to solve that in a Bash script - in general might be worth to rewrite the action in TS/JS or even better in Rust |
Ahh good catch, thanks for the info! I've been wanting to re-write this action for awhile but just haven't gotten around to it, something I'll tackle in the new year I suppose. |
We are working on this issue at the moment. For reference its also seen in |
I did a couple of tests and found a few issues. You can view the log of my latest test here: https://github.com/bjoernQ/workflow-test/actions/runs/3881586716/jobs/6620756700 and inspect my code here: https://github.com/bjoernQ/workflow-test/ Issues I found:
With all of this you will get the expected 1000 invocations rate-limit. However, it's still not good to query the latest version in the script - that should only be done by I think most of the things are already addressed in |
Here is what I've done in
Now, I'll investigate if there is a way to share the |
I guess the best way would be to have an additional input to this action and require it (like here: https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputsinput_idrequired) In the README we can give an example how to pass it ( |
Few tests that I have done for the
|
Hi! Few updates on the issue:
|
Over the last couples weeks I've noticed an increase in the number of transient failures of CI jobs using these workflow. See here for an example:
https://github.com/esp-rs/esp-hal/actions/runs/3676289852/jobs/6216757844
I'm not sure what has changed, but this needs investigating.
CC @SergioGasquez
The text was updated successfully, but these errors were encountered: