Skip to content

Commit

Permalink
chore(nvd-cve-osv): Run twice a day
Browse files Browse the repository at this point in the history
The NVD CVE conversion currently takes about 4 hours to run. This commit
adds an afternoon run as well, mostly for the benefit of Staging, where
it gives another opportunity for changes to be exercised in the same
business day.
  • Loading branch information
andrewpollock committed Oct 16, 2024
1 parent 7adb3d4 commit 19a3f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/clouddeploy/gke-workers/base/nvd-cve-osv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: nvd-cve-osv
spec:
timeZone: Australia/Sydney
schedule: "0 6 * * *"
schedule: "0 6,13 * * *"
concurrencyPolicy: Forbid
jobTemplate:
spec:
Expand Down

0 comments on commit 19a3f11

Please sign in to comment.