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

Implement smarter handling of github api rate limits #25

Open
cloudbeatsch opened this issue Sep 29, 2017 · 0 comments
Open

Implement smarter handling of github api rate limits #25

cloudbeatsch opened this issue Sep 29, 2017 · 0 comments
Labels

Comments

@cloudbeatsch
Copy link
Owner

cloudbeatsch commented Sep 29, 2017

We need to ensure we're within the rate limits. This must happen across all functions, which most likely requires the functions to run as a singleton. This would most likely require to move to an AppService plan, instead of the consumption plan.
Additionally, it would be great to replace the pessimistic delay with an active controlling of the rate limit: https://developer.github.com/v3/#rate-limiting

@cloudbeatsch cloudbeatsch changed the title Implement smarter dealing with rate limits Implement smarter handling of github api rate limits Sep 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant