twilio / twilio-node

Node.js helper library
MIT License
1.37k stars 495 forks source link

retries for network errors (e.g. ECONNRESET) #1023

Open mfulton26 opened 4 weeks ago

mfulton26 commented 4 weeks ago

sometimes Twilio calls fails 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?

https://github.com/twilio/twilio-node/blob/55db7c2c5f2b56110333a03c4f4c6f02432489bd/src/base/RequestClient.ts#L37-L66