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

Is there a chance of hitting rate limits? #78

Open
coderedart opened this issue Dec 9, 2021 · 1 comment
Open

Is there a chance of hitting rate limits? #78

coderedart opened this issue Dec 9, 2021 · 1 comment

Comments

@coderedart
Copy link

I am trying to find any kind of documentation regarding rate limits of github.

the docs say that you can only do 60 requests per hour for unauthenticated requests (which most users will be).

can someone provide more info on these limitations? and how to deal with them?
as far as i can understand, there's no rate limit on the urls. so, using https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases might be better?

@jqnatividad
Copy link
Contributor

Got rate-limited by GitHub for the first time this morning while doing a self-update check.

I just handled it by checking the result of fetch and telling the user to check back later.

Here's more info on GH rate limits - https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting

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