Skip to content

Commit

Permalink
Add the retry for Route53 when PriorRequestNotComplete happens
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysher committed Oct 13, 2015
1 parent baa6d0d commit d543a8d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions botocore/data/_retry.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,20 @@
}
}
}
},
"route53": {
"__default__": {
"policies": {
"request_limit_exceeded": {
"applies_when": {
"response": {
"service_error_code": "PriorRequestNotComplete",
"http_status_code": 400
}
}
}
}
}
}
}
}

0 comments on commit d543a8d

Please sign in to comment.