review-stats: add startingDeadlineSeconds to cron jobs

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2020-08-06 07:45:34 +02:00 committed by kevin
parent 63dc1ecef1
commit 64115854aa

View file

@ -7,6 +7,7 @@ spec:
failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid
activeDeadlineSeconds: 900
startingDeadlineSeconds: 180
schedule: "0 * * * *"
jobTemplate:
spec:
@ -53,6 +54,7 @@ spec:
failedJobsHistoryLimit: 1
concurrencyPolicy: Forbid
activeDeadlineSeconds: 900
startingDeadlineSeconds: 180
schedule: "45 0 * * *"
jobTemplate:
spec: