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

Improve rate limit handling #20

Open
MorrisWitthein opened this issue Dec 18, 2023 · 0 comments
Open

Improve rate limit handling #20

MorrisWitthein opened this issue Dec 18, 2023 · 0 comments

Comments

@MorrisWitthein
Copy link
Contributor

  • Currently when the rate limit is reach each remaining request will start its own timer
  • This is inefficient and could potentially lead to errors
  • Instead only the first item encountering the rate limit should start a timer and i.e. create a queue for all following items
  • Also we check the rate limit for requests to websites other than github. In that case the rate limit doesn't apply though
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant