Reduced number of lingering cron jobs
This commit is contained in:
parent
7526631575
commit
6de80970b1
@ -5,6 +5,8 @@ metadata:
|
|||||||
namespace: app-notifications
|
namespace: app-notifications
|
||||||
spec:
|
spec:
|
||||||
schedule: "0 7 * * *"
|
schedule: "0 7 * * *"
|
||||||
|
successfulJobsHistoryLimit: 1
|
||||||
|
failedJobsHistoryLimit: 1
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
|||||||
@ -5,6 +5,8 @@ metadata:
|
|||||||
namespace: app-notifications
|
namespace: app-notifications
|
||||||
spec:
|
spec:
|
||||||
schedule: "0 8 * * *"
|
schedule: "0 8 * * *"
|
||||||
|
successfulJobsHistoryLimit: 1
|
||||||
|
failedJobsHistoryLimit: 1
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
|||||||
@ -5,6 +5,8 @@ metadata:
|
|||||||
namespace: app-notifications
|
namespace: app-notifications
|
||||||
spec:
|
spec:
|
||||||
schedule: "*/15 * * * *"
|
schedule: "*/15 * * * *"
|
||||||
|
successfulJobsHistoryLimit: 1
|
||||||
|
failedJobsHistoryLimit: 1
|
||||||
jobTemplate:
|
jobTemplate:
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user