-
Notifications
You must be signed in to change notification settings - Fork 751
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
Transient 429 error fail upload cache cause workflow failure #543
Comments
Hi, @Abacn 👋 Thanks for the issue, we will take a look! How often do you face it? |
Hi @IvanZosimov thanks for prompt reply. It was low probability but appears more often (probably several percent flakiness) as we are migrating whole CI to GitHub Action. |
The problem relates to Windows and is not a subject of the action support, but as in actions/setup-go#431 It can be resolved by disabling caching:
Self-hosted builds retain their state, caching is unnecessary; furthermore, it slows down the build process. @Abacn did this help? |
Hey @dsame I don't think this is quite right - caching can be helpful if you're using ephemeral runners which is recommended for autoscaling since they only run one job per runner (https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners#using-ephemeral-runners-for-autoscaling). Also, the job in question is running on Ubuntu, not Windows |
Hello @damccorm, Thank you a lot for your input. Now the problem is clear but it does not relate to the action. I've created the Issue in the toolkit repo actions/toolkit#1589 and closing this issue as a duplicate. Please use the reference to track the status of the problem, also you can reopen this issue or create the new one if needed/ |
Description:
We are using this workflow to setup Java environment. Occasionally, the workflow fails at Post step:
Example run: https://github.com/apache/beam/actions/runs/6307333506/job/17123805683?pr=28079
A solution could be ignore this transient error similar to here: coursier/cache-action#131
Task version:
3.8.0 - search that not found similar issue reported to this repo before and not found a fix in recent versions
Platform:
Runner type:
Repro steps:
https://github.com/apache/beam/actions/runs/6307333506/job/17123805683?pr=28079
The text was updated successfully, but these errors were encountered: