Skip to content

Commit

Permalink
add request retry count for nvd (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Nov 26, 2024
1 parent d41fa21 commit ab32818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vunnel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ providers:
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
request_timeout: 125
request_retry_count: 15
runtime:
on_error:
retry_count: 10
Expand Down

0 comments on commit ab32818

Please sign in to comment.