Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Tim Jenness
Tim JennessReporter
Tim Jenness
Tim JennessLabels
Reviewers
Kian-Tat Lim
Story Points
2
RubinTeam
Ops Middleware
Components
Checklist
Checklist
Created February 8, 2022 at 7:04 PM
Updated March 28, 2022 at 6:21 PM
Resolved March 28, 2022 at 6:21 PM
In PREOPS-1034 it is noted that we are getting some rate limiting errors from processing that should be handled by the S3 code. A 429 ClientError should trigger backoff but a while back we disabled automatic backoff support for generic ClientError – there are too many cases where trying again would be a waste of time. 429 error code explicitly indicates that we should retry. This will possibly need to be supported in many of the S3 APIs in ResourcePath.