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
When working in large production environments, it is quite easy to run into scenarios where the Twilio API returns a 429 due to rate limiting. The Node SDK added support for automatic retry with exponential backoff in twilio/twilio-node#886. It would be great if the Go SDK could add similar functionality.
The text was updated successfully, but these errors were encountered:
Hi @dremi! Thank you for the heads up! This issue has been added to our internal backlog to be prioritised. Pull requests and +1s on the issue summary will help it move up the backlog.
Thanks!
Issue Summary
When working in large production environments, it is quite easy to run into scenarios where the Twilio API returns a 429 due to rate limiting. The Node SDK added support for automatic retry with exponential backoff in twilio/twilio-node#886. It would be great if the Go SDK could add similar functionality.
The text was updated successfully, but these errors were encountered: