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 more retry attempts for NVD provider #443

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Add more retry attempts for NVD provider #443

merged 1 commit into from
Nov 26, 2024

Conversation

wagoodman
Copy link
Contributor

We're seeing that the NVD provider has ~250000 updates to CVEs waiting for us (we usually see no more then a few dozen to few hundred), but the API is intermittent and returning 503s a lot of the time. The best guess is that there's been a large data dump upstream and their incremental API is being over leveraged while everyone works through the backlog. We've seen some success locally with more retry attempts -- this PR adds such a configuration.

@wagoodman wagoodman added the changelog-ignore Don't consider when generating the changelog label Nov 26, 2024
@wagoodman wagoodman enabled auto-merge (squash) November 26, 2024 14:16
@wagoodman wagoodman merged commit fe540cc into main Nov 26, 2024
12 checks passed
@wagoodman wagoodman deleted the nvd-retry branch November 26, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-ignore Don't consider when generating the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants