You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The 5xx server errors for s3 have to be retried, however rusoto has no such feature. See discussion #510 (comment) for more details.
The text was updated successfully, but these errors were encountered: