review-stats: add startingDeadlineSeconds to cron jobs
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
63dc1ecef1
commit
64115854aa
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ spec:
|
||||||
failedJobsHistoryLimit: 1
|
failedJobsHistoryLimit: 1
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
activeDeadlineSeconds: 900
|
activeDeadlineSeconds: 900
|
||||||
|
startingDeadlineSeconds: 180
|
||||||
schedule: "0 * * * *"
|
schedule: "0 * * * *"
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
@ -53,6 +54,7 @@ spec:
|
||||||
failedJobsHistoryLimit: 1
|
failedJobsHistoryLimit: 1
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
activeDeadlineSeconds: 900
|
activeDeadlineSeconds: 900
|
||||||
|
startingDeadlineSeconds: 180
|
||||||
schedule: "45 0 * * *"
|
schedule: "45 0 * * *"
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue