Skip to content

Retry throttled API requests for all operations

Compare
Choose a tag to compare
@einaregilsson einaregilsson released this 16 Dec 13:55
· 7 commits to master since this release
6f594de

Changed the AWS logic so now all operations will retry with exponential back-off when they are throttled by AWS. Max 10 retry attempts for every operation, the retry attempts will be logged as warnings in the build log.

Thanks to @n-hebert for his contributions.