-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cache upload does not handle 429 error #1589
Comments
We hit this many times tonight. Example. |
I have the same issue downloading from the cache fails often because Ratelimit exceeded: As noted in https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#exceeding-the-rate-limit |
Also seeing this issue. Example workflow from open source repo (this was on synapsecns/sanguine#2739 ) |
Seeing this issue regularly today |
Describe the bug
Occasionally, caching actions fail 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
Additional context
original issue: actions/setup-java#543
The text was updated successfully, but these errors were encountered: