Skip to content

Commit

Permalink
Adding 504 to retry list for CloudSearchDomain based on customer feed…
Browse files Browse the repository at this point in the history
…back.
  • Loading branch information
jeremeamia committed Mar 15, 2015
1 parent 7c97f11 commit 4f6d91a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ public function build()
// Retry failed requests due to transient network or cURL problems
new CurlBackoffStrategy(null,
// Retry failed requests with 500-level responses
new HttpBackoffStrategy(array(500, 503, 509),
new HttpBackoffStrategy(array(500, 503, 504, 509),
new ExponentialBackoffStrategy()
)
)
Expand Down

0 comments on commit 4f6d91a

Please sign in to comment.