segmentio / superagent-retry

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

retry when connection refused #18

Closed deigote closed 8 years ago

deigote commented 8 years ago

This pull request enable support for on connection refused retries. This is a common case when the backend uses a load balancer, where instances might get replaced in the middle of the connection creation.

calvinfo commented 8 years ago

Thanks!

sgeb commented 8 years ago

Good stuff, just what I was looking for. Is it planned to go into a scheduled release?