Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exp Backoff Retry for HTTP Connection Timeout #82

Open
nazeemkhan77 opened this issue Jun 11, 2018 · 0 comments
Open

Exp Backoff Retry for HTTP Connection Timeout #82

nazeemkhan77 opened this issue Jun 11, 2018 · 0 comments

Comments

@nazeemkhan77
Copy link

nazeemkhan77 commented Jun 11, 2018

Hi, I looking into the module to see if it supports exp retry for the connection timeout scenario. Currently, the retry logic works only if the Http connection is refused or reset or HTTP status code 300 or 301. I would like to know if there is any reason for not supporting the http connection timeout.

Note: Retry node module supports exp backoff retry and it retries for these http errors {'ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE', 'EAI_AGAIN'}.

Thanks,
Nazimuddin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant