You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
@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.
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: