Skip to content

Commit

Permalink
Add PriorRequestNotComplete to throttle codes so it can be retried au…
Browse files Browse the repository at this point in the history
…tomatically (aws#1002)

Fix aws#1001
  • Loading branch information
kcolemangt authored and jasdel committed Dec 15, 2016
1 parent a6b724b commit eb02432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/request/retryer.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var throttleCodes = map[string]struct{}{
"RequestThrottled": {},
"LimitExceededException": {}, // Deleting 10+ DynamoDb tables at once
"TooManyRequestsException": {}, // Lambda functions
"PriorRequestNotComplete": {}, // Route53
}

// credsExpiredCodes is a collection of error codes which signify the credentials
Expand Down

0 comments on commit eb02432

Please sign in to comment.