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
In right_awsbase.rb there is a list of transient AWS error messages. We're receiving the message from Amazon "Please reduce your request rate" which isn't caught by that list.
Should this be included?
We're using S3 access and it seems to return a 503 slow down, then it tries again and receives 500 errors.
The text was updated successfully, but these errors were encountered:
In right_awsbase.rb there is a list of transient AWS error messages. We're receiving the message from Amazon "Please reduce your request rate" which isn't caught by that list.
Should this be included?
We're using S3 access and it seems to return a 503 slow down, then it tries again and receives 500 errors.
The text was updated successfully, but these errors were encountered: