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 Rate Limited #37

Open
kensipe opened this issue Mar 30, 2020 · 5 comments
Open

Github Rate Limited #37

kensipe opened this issue Mar 30, 2020 · 5 comments

Comments

@kensipe
Copy link

kensipe commented Mar 30, 2020

I would expect that liche is commonly used on GH projects. I was looking to use it for an open source project.... however I keep running into GH rate limits. I understand that nonauth rate limits are 60/hr for OAuth it is 5000/hr. details: https://developer.github.com/v3/#rate-limiting

I think we need liche to support GH rate limit controls to be useful.

@Bak3y
Copy link

Bak3y commented May 1, 2020

We're seeing this too.

@koppor
Copy link

koppor commented Jun 16, 2020

This is similar to tcort/markdown-link-check#94, where it is proposed to filter on status (and thus not to report 429 as error).

@MichaIng
Copy link

MichaIng commented Dec 18, 2020

But these documented limits are for API requests only, aren't they? There are even different limits for REST API, GraphQL API, etc. Impossible that regular github.com requests are limited to 60/hr or even close to that. That would break browsing the site. But of course there are obviously limits. Good idea to allow ignoring certain error response codes.

@mre
Copy link

mre commented Dec 18, 2020

Don't want to hijack the conversation, but lychee has a way to use a Github token to bump the rate limiting significantly. Maybe it helps someone being blocked right now. Github action is here.

@raviqqe
Copy link
Owner

raviqqe commented Dec 19, 2020

Sorry, I decided to deprecate this project! Please consider using the alternatives listed there. Thank you all for your cooperation!

https://github.com/raviqqe/liche#deprecation-notice

@mre Thank you for creating the amazing tool! I included the tool in the alternative list.

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

6 participants