Support throttling/retries to avoid Sendgrid API rate limits. #273
Labels
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Issue Summary
Sendgrid has rate limits on all of its web API's. These limits can be easy to hit if you are processing multiple items in some kind of loop.
This package should support these rate limits and enable automatic queueing of requests once the limits have been reached, and automatic retries of failed messages.
The text was updated successfully, but these errors were encountered: