repo_checks cannot be dry-run without getting rate limited #514
Open
Description
It's not critical, since we can run one check at a time, but it would be nice to be able to dry-run the entire repo_checks suite to see what needs fixing. Unfortunately, somewhere around edx-ora2, I'm getting
{
"message": "API rate limit exceeded for user ID .... If you reach out to GitHub Support for help, please include the request ID .... and timestamp 2024-05-14 20:48:20 UTC.",
"documentation_url": "https://docs.github.com/rest/overview/rate-limits-for-the-rest-api"
}
Either we have too many repos, or too many checks, or we need to make repo_checks more efficient, or we need to pay GitHub more money, or some combination of all of the above.
Metadata
Assignees
Labels
No labels