Skip to content

Commit

Permalink
chore(nvd-cve-osv): Run twice a day (#2755)
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.
andrewpollock authored Oct 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 760b420 commit f67ef32
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
@@ -4,7 +4,7 @@ metadata:
name: nvd-cve-osv
spec:
timeZone: Australia/Sydney
schedule: "0 6 * * *"
schedule: "0 6,13 * * *"
concurrencyPolicy: Forbid
jobTemplate:
spec:

0 comments on commit f67ef32

Please sign in to comment.