Skip to content

Commit d7e1c4c

Browse files
cuixqgoogle-labs-jules[bot]
authored andcommitted
chore: Update vanir-signatures cron schedule to 6 hours (google#5226)
This PR updates the `vanir-signatures` CronJob schedule to run every six hours instead of daily. It also adjusts the `cronLastSuccessfulTimeMins` monitoring label to 400 minutes to reflect the new frequency. --- *PR created automatically by Jules for task [4706727212944286976](https://jules.google.com/task/4706727212944286976) started by @cuixq* --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent e22d743 commit d7e1c4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/clouddeploy/gke-workers/base/vanir-signatures.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kind: CronJob
33
metadata:
44
name: vanir-signatures
55
labels:
6-
cronLastSuccessfulTimeMins: "1500"
6+
cronLastSuccessfulTimeMins: "400"
77
spec:
8-
schedule: "0 9 * * *"
8+
schedule: "0 */6 * * *"
99
timeZone: "Australia/Sydney"
1010
concurrencyPolicy: Forbid
1111
jobTemplate:

0 commit comments

Comments
 (0)