Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support throttling/retries to avoid Sendgrid API rate limits. #273

Closed
mrfelton opened this issue Aug 16, 2016 · 3 comments
Closed

Support throttling/retries to avoid Sendgrid API rate limits. #273

mrfelton opened this issue Aug 16, 2016 · 3 comments
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap

Comments

@mrfelton
Copy link

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.

@thinkingserious thinkingserious added type: community enhancement feature request not on Twilio's roadmap status: help wanted requesting help from the community labels Aug 16, 2016
@thinkingserious
Copy link
Contributor

Great idea @mrfelton!

We have added this to our backlog. For it to move up our queue faster, we need +1s, comments or a pull request with a signed CLA.

@thinkingserious
Copy link
Contributor

Thanks for the upvote @albert-the-creator!

This was referenced Aug 19, 2016
@mrfelton
Copy link
Author

Initial concept added in #278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

No branches or pull requests

2 participants