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

chore: increase operations per run of stale workflow #2363

Merged
merged 3 commits into from Dec 5, 2022

Conversation

xiehan
Copy link
Member

@xiehan xiehan commented Nov 29, 2022

The stale action defaults to 30 operations-per-run to stay under GitHub's hourly rate limit, but for us, that's only enough to get us to issue 1697 in reverse cron before it runs out of operations and stops the job; therefore, older issues and PRs are not currently being checked by this workflow.

However, I looked it up and supposedly the rate limit for GitHub Enterprise is 15,000 requests per hour, so I think we can afford to go quite a bit higher. Let's try 200 for now, I'll monitor for another few days and then if we're not having issues maybe we can go up to ~1000 for future-proofing.

The `stale` action defaults to 30 `operations-per-run` to stay under GitHub's hourly rate limit, but for us, that's only enough to get us to issue 1697 in reverse cron before it runs out of operations and stops the job; therefore, older issues and PRs are not currently being checked by this workflow.

However, I looked it up and supposedly the rate limit for GitHub Enterprise is 15,000 requests per hour, so I think we can afford to go quite a bit higher. Let's try 200 for now, I'll monitor for another few days and then if we're not having issues maybe we can go up to ~1000 for future-proofing.
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2023

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants