Skip to content

Commit

Permalink
Retry 502 responses
Browse files Browse the repository at this point in the history
Last part of the fix required for aws/aws-cli#1679.
  • Loading branch information
jamesls committed Mar 24, 2016
1 parent 0f2a52f commit 184eaba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions botocore/data/_retry.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
}
}
},
"bad_gateway": {
"applies_when": {
"response": {
"http_status_code": 502
}
}
},
"service_unavailable": {
"applies_when": {
"response": {
Expand Down

0 comments on commit 184eaba

Please sign in to comment.