self_update icon indicating copy to clipboard operation
self_update copied to clipboard

Is there a chance of hitting rate limits?

Open coderedart opened this issue 2 years ago • 1 comments

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?

coderedart avatar Dec 09 '21 07:12 coderedart

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

jqnatividad avatar Aug 13 '22 13:08 jqnatividad