Allow to retry restoring cache due to 429
We have a tool that run hundreds of concurrent tests in GitHub. Some of the jobs fail when restoring cache due to 429 from the cache service:
Warning: Failed to restore: Cache service responded with 429
Is it possible to set a option to retry X times to restore the cache after 1s if a 429 (Too Many Requests) is encountered?
Also having this issue saving/restoring cache over large tests, integrating a backoff mechanism to retry download/upload after a certain amount of time will be an amazing feature
Or is there a way to specify an alternate GITHUB_TOKEN that has a higher rate limit?
This issue is stale because it has been open for 200 days with no activity. Leave a comment to avoid closing this issue in 5 days.
This issue was closed because it has been inactive for 5 days since being marked as stale.