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

[TODO] Implement client-side rate-limited queue (throttle or burst HTTP requests to GitHub API) #2

Open
webknjaz opened this issue Jan 16, 2019 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@webknjaz
Copy link
Member

webknjaz commented Jan 16, 2019

Some kind of a leaky bucket seems to be appropriate here. It should take into account the overall rate limit, remaining rate limit and retry-after reported by GitHub API.

Prior art:

Fund with Polar
@webknjaz webknjaz added the enhancement New feature or request label Jan 16, 2019
@webknjaz webknjaz changed the title [TODO] Implement client-side rate-limited queue [TODO] Implement client-side rate-limited queue (throttle or burst HTTP requests to GitHub API) Jan 16, 2019
webknjaz pushed a commit that referenced this issue Feb 28, 2019
@webknjaz webknjaz added the help wanted Extra attention is needed label Jan 23, 2020
@webknjaz
Copy link
Member Author

@webknjaz
Copy link
Member Author

webknjaz commented Oct 4, 2022

@webknjaz
Copy link
Member Author

webknjaz commented Oct 4, 2022

chdsbd/kodiak#196

@webknjaz
Copy link
Member Author

webknjaz commented Oct 4, 2022

chdsbd/kodiak#70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant