Skip to content
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

add retry with backoff #1267

Merged
merged 4 commits into from
Aug 14, 2024
Merged

add retry with backoff #1267

merged 4 commits into from
Aug 14, 2024

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented Aug 13, 2024

Description

Use exponential backoff and retry in case we get throttled by AWS when we try to download a few hundred S3 objects in a couple of minutes.

Security Considerations

N/A

Copy link
Contributor

@xlorepdarkhelm xlorepdarkhelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. My only comments are above, nothing that has to be done for them really, just some notes.

Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @terrazoon! It looks like this will help account for the 503 errors from S3.

@xlorepdarkhelm xlorepdarkhelm merged commit d060580 into main Aug 14, 2024
7 checks passed
@xlorepdarkhelm xlorepdarkhelm deleted the endless_503s branch August 14, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants