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

Github ratelimiting issue #3

Closed
Tracked by #31
TheAlan404 opened this issue Jul 5, 2023 · 2 comments
Closed
Tracked by #31

Github ratelimiting issue #3

TheAlan404 opened this issue Jul 5, 2023 · 2 comments

Comments

@TheAlan404
Copy link
Contributor

If you use too many Downloadable::GithubRelease you might get rate limited...

Possible Solutions:

  • Cache responses
  • some GITHUB_TOKEN env variable for GitHub rest api bearer auth

current rate limit seems to be.. 60 req per... hour? which is very low damn

@TheAlan404
Copy link
Contributor Author

Another possible fix would be adding graphql.. but this could be kinda complex because we'll need too batch all ghrel while building..

Also we should probably use octocrab - looks maintained enough to me

@TheAlan404
Copy link
Contributor Author

TheAlan404 commented Jul 25, 2023

ty lunar for fix

@TheAlan404 TheAlan404 mentioned this issue Oct 22, 2023
42 tasks
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