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

Handle rate limit #18

Open
prein opened this issue Feb 1, 2024 · 2 comments
Open

Handle rate limit #18

prein opened this issue Feb 1, 2024 · 2 comments

Comments

@prein
Copy link

prein commented Feb 1, 2024

Did you consider handling GH API rate limits with exponential backoff?
Alternative idea: run the tool on schedule and collect data in chunks and combine later. Or collect data incrementally. Makes sense?

@alexellis
Copy link
Member

Hi @prein

The current solution if you're running into rate limits is to run on a shorter time-frame, or to filter out misc repos.

What's the maximum you've been able to run with? 7 days?

Full historical data is available for actuated customers stored in a performant database, with insights added.

https://docs.actuated.dev/dashboard/

@prein
Copy link
Author

prein commented Feb 5, 2024

Hi @alexellis and thanks for reply. The max I can do for all repos is 1d, I can do 7d for the most busy repo.

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

2 participants