Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add max throttle delay to avoid exponential backoff
AWS SDK uses exponential backoff to wiat longer between retries for consecutive error responses. Because exponential backoff grows quickly, we are adding a maximum delay interval.
- Loading branch information