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
If a rate-limiting message is received from an AWS API, handle it gracefully by waiting and queueing/retrying requests.
Additionally, potentially introduce artificial waits between API calls and/or batch requests to help avoid throttling. CloudFront invalidations especially should be debounced rather than occurring after every S3 modification.
The text was updated successfully, but these errors were encountered:
If a rate-limiting message is received from an AWS API, handle it gracefully by waiting and queueing/retrying requests.
Additionally, potentially introduce artificial waits between API calls and/or batch requests to help avoid throttling. CloudFront invalidations especially should be debounced rather than occurring after every S3 modification.
The text was updated successfully, but these errors were encountered: