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

Retry every S3 request on 5xx server errors #514

Closed
mosyp opened this issue Nov 30, 2021 · 3 comments
Closed

Retry every S3 request on 5xx server errors #514

mosyp opened this issue Nov 30, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@mosyp
Copy link
Contributor

mosyp commented Nov 30, 2021

The 5xx server errors for s3 have to be retried, however rusoto has no such feature. See discussion #510 (comment) for more details.

@viirya
Copy link
Contributor

viirya commented Dec 5, 2021

I think this can be closed now?

@houqp
Copy link
Member

houqp commented Dec 7, 2021

@viirya i think this issue tracks the work to make the retry more robust. Right now the current retry logic is a busy loop without sleep and exponential backoff. We might want to apply the retry more generally to other S3 api calls as well.

@roeap roeap mentioned this issue Aug 22, 2022
8 tasks
@ion-elgreco
Copy link
Collaborator

ion-elgreco commented Apr 5, 2024

I don't believe this is relevant anymore now that we moved to the official AWS rust crates, we can open a new issue if it was still relevant

@ion-elgreco ion-elgreco closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants