-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve GitHub asset upload retry algorithm #337
Comments
3 tasks
We try up to 3 times: Line 389 in 03fda08
We can probably increase it and also add some delay? |
@chadwhitacre it was about asset downloads. |
Looking at the code at Lines 394 to 396 in 03fda08
We need getsentry/publish#665 to get better stack traces :) +1 to potentially a few more retries and exponential backoff. |
chadwhitacre
changed the title
Retry GitHub asset uploads
Improve GitHub asset upload retry algorithm
Feb 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seen a few times now that we can get an intermittent asset upload failure from GitHub. Do we have a retry already for that? How about it?
@rhcarvalho @iker-barriocanal Do you recall the retry conversation we had earlier? Was it around GitHub asset uploads?
The text was updated successfully, but these errors were encountered: