Skip to content

Commit

Permalink
add more retrys for NVD provider (#443)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman authored Nov 26, 2024
1 parent 1f1c46b commit fe540cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vunnel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ providers:
# apply community-provided overrides to the NVD data
# sourced from the https://github.com/anchore/nvd-data-overrides repo
overrides_enabled: true

# we're getting a lot of 503s and intermittent failures from the NVD API, so we're going to retry a few times
request_timeout: 250
runtime:
on_error:
retry_count: 10
retry_delay: 60

0 comments on commit fe540cc

Please sign in to comment.