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

Add a throttling module to the OSPO actions #77

Open
ahpook opened this issue Mar 19, 2024 · 2 comments
Open

Add a throttling module to the OSPO actions #77

ahpook opened this issue Mar 19, 2024 · 2 comments
Labels
enhancement New feature or request ospo-actions Issues relating to the OSPO Actions

Comments

@ahpook
Copy link
Contributor

ahpook commented Mar 19, 2024

No description provided.

@ahpook ahpook added the ospo-actions Issues relating to the OSPO Actions label Mar 19, 2024
@jmeridth
Copy link
Member

@ahpook excellent idea. I have used the operations-per-run input for the Stale Github Action. It helps a user stay within their API rate limit.

I've also been ramping up on github3.py (the github library these Github Actions use to connect to the GitHub API) for another feature and know it has some things we can use.

@jmeridth
Copy link
Member

jmeridth commented May 1, 2024

https://docs.github.com/en/rest/using-the-rest-api/best-practices-for-using-the-rest-api?apiVersion=2022-11-28 is the core docs. There may be a lib or action already that can do this for us before doing it ourselves.

Specific to github/issue-metrics#217 issues currently

@ahpook ahpook added the enhancement New feature or request label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ospo-actions Issues relating to the OSPO Actions
Projects
Status: Backlog
Development

No branches or pull requests

2 participants