-
Notifications
You must be signed in to change notification settings - Fork 410
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
Adding optional rate limit support. #249
Conversation
@thinkingserious @mbernier If this pattern is acceptable, I'll begin porting it to the other libraries. |
Oh man this is cool. @thinkingserious what was the process in the other lib? Was it sendgrid-csharp that built this in? |
In C#: sendgrid/sendgrid-csharp#369 |
Hello @andy-trimble, |
Fantastic work @andy-trimble! If you get a moment, would you mind throwing an example in here? Thanks! |
Added an asynchronous execution method that will retry in the event of a rate limit event.
This solves the following issue: #169