-
Notifications
You must be signed in to change notification settings - Fork 9
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
rate limit failed ci due to failure to upload cache #23
Comments
alon-dotan-starkware
changed the title
rate limit failed ci due to failure to upload cahce
rate limit failed ci due to failure to upload cache
Sep 22, 2024
@alon-dotan-starkware Do you happen to know in what situations this triggers? |
When we have many actions running and we reaching github API rate limits |
@alon-dotan-starkware Does the rate limit go away if you set the following?
|
No, its very common issue you can see it a cross multiple plugins, its based in poor impl.of the http client under the toolkit package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we using lot of steps in our ci, which brings use pretty often to scenarios when we hit the API rate limits...
for example:
Is it possible to make the upload cache flow optional and to do not failed the entire ci when the upload is not available?
The text was updated successfully, but these errors were encountered: