-
Notifications
You must be signed in to change notification settings - Fork 609
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
Broken Links Job Gets Rate Limited #7877
Comments
It seems there is no available option to specify request limiting per interval |
Surely there is an option to make the action run longer, but reduce the rate of requests right? |
Tbh this doesn't need to run often, just need a general idea of we have broken links |
Background
See #7752
Every error is from the job getting rate limited
Suggested Design
Change the job to only query x per second so it no longer gets rate limited
Acceptance Criteria
Broken link detector job detects broken links instead of getting rate limited
The text was updated successfully, but these errors were encountered: