segmentio / superagent-retry

Retry superagent requests for common hangups
85 stars 35 forks source link

Retry on 502 and 504 #2

Closed justincy closed 11 years ago

justincy commented 11 years ago

As mentioned in issue #1, you should retry on 502 and 504 as well as 503.

calvinfo commented 11 years ago

Sweet, thanks for the PR!