Skip to content

Commit b9a6427

Browse files
author
Myztiq
committed
Replace -> Forbid, bumped timeout by 5 minutes.
1 parent 60ac711 commit b9a6427

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

ansible/k8/delta/swarm-cloudwatch-reporter/crons/swarm-cloudwatch-reporter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ metadata:
44
name: swarm-cloudwatch-reporter
55
spec:
66
schedule: "*/5 * * * *"
7-
concurrencyPolicy: Replace
7+
concurrencyPolicy: Forbid
88
jobTemplate:
99
spec:
10-
activeDeadlineSeconds: 300
10+
activeDeadlineSeconds: 600
1111
template:
1212
spec:
1313
volumes:

ansible/k8/gamma/swarm-cloudwatch-reporter/crons/swarm-cloudwatch-reporter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ metadata:
44
name: swarm-cloudwatch-reporter
55
spec:
66
schedule: "*/5 * * * *"
7-
concurrencyPolicy: Replace
7+
concurrencyPolicy: Forbid
88
jobTemplate:
99
spec:
10-
activeDeadlineSeconds: 300
10+
activeDeadlineSeconds: 600
1111
template:
1212
spec:
1313
volumes:

ansible/roles/swarm-cloudwatch-reporter/templates/swarm-cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ metadata:
44
name: {{ name }}
55
spec:
66
schedule: "{{ cron_scedule }}"
7-
concurrencyPolicy: Replace
7+
concurrencyPolicy: Forbid
88
jobTemplate:
99
spec:
10-
activeDeadlineSeconds: 300
10+
activeDeadlineSeconds: 600
1111
template:
1212
spec:
1313
volumes:

0 commit comments

Comments
 (0)