-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
retries for network errors (e.g. ECONNRESET) #1023
Comments
@tiwarishubham635 Can you please relate to this one? 🙏 We started to get multiple |
We have recently made these changes. I think this will help in your case. This will be available in the coming release |
@tiwarishubham635 I might be missing something, but I can't see how this change can help here... It gives the option to change the timeout value, but it doesn't allow to override the retry configuration. |
@tiwarishubham635 Would it be ok if we'll open a PR with the change recommended in this issue? |
Sure, I'll be happy to review it |
@tiwarishubham635 I'm having second thoughts about this and you might be able to assist. In some cases when we get the |
sometimes Twilio calls fail for intermittent network/server errors (e.g.
ECONNRESET
); can the Auto-Retry with Exponential Backoff be updated or a similar option added to also retry under these conditions?twilio-node/src/base/RequestClient.ts
Lines 37 to 66 in 55db7c2
The text was updated successfully, but these errors were encountered: