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

Retries when hitting rate limits #83

Open
JoeySnyk opened this issue Nov 13, 2024 · 0 comments · May be fixed by #86
Open

Retries when hitting rate limits #83

JoeySnyk opened this issue Nov 13, 2024 · 0 comments · May be fixed by #86
Assignees
Labels
enhancement New feature or request

Comments

@JoeySnyk
Copy link

Currently, there is no mechanism in place to avoid hitting snyk API rate limits. We found that we query the API for every library. For example, if there are 2000 libraries inside an SBOM file will count as 2000 hits in the API. Something should be added that checks for a 429 error and retries the API calls after a pause.

@mcombuechen mcombuechen self-assigned this Nov 21, 2024
@mcombuechen mcombuechen added the enhancement New feature or request label Nov 21, 2024
mcombuechen added a commit that referenced this issue Nov 21, 2024
@mcombuechen mcombuechen linked a pull request Nov 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants