Skip to content

Commit

Permalink
Merge pull request #81 from boranx/fix/verify-rate-limits
Browse files Browse the repository at this point in the history
Fix/verify rate limits
  • Loading branch information
jharrington22 authored Aug 27, 2020
2 parents 691c770 + 58da1f5 commit 387347d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/aws/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (b *ClientBuilder) Build() (Client, error) {
MaxRetries: aws.Int(25),
// Set MinThrottleDelay to 1 second
Retryer: client.DefaultRetryer{
NumMaxRetries: 5,
MinThrottleDelay: 1 * time.Second,
},
Logger: logger,
Expand Down

0 comments on commit 387347d

Please sign in to comment.