Skip to content

Commit

Permalink
Merge pull request #666 from oriAdler/add-max-throttle-delay
Browse files Browse the repository at this point in the history
Add max throttle delay to avoid exponential backoff
  • Loading branch information
openshift-merge-robot authored Apr 4, 2022
2 parents cc230ed + 699f186 commit 588fdb5
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 @@ -692,6 +692,7 @@ func buildCustomRetryer() CustomRetryer {
NumMaxRetries: 12,
MinRetryDelay: 1 * time.Second,
MinThrottleDelay: 5 * time.Second,
MaxThrottleDelay: 5 * time.Second,
},
}
}

0 comments on commit 588fdb5

Please sign in to comment.