diff --git a/services/communication/guest-name-job.yaml b/services/communication/guest-name-job.yaml index 9ff2318..a576e18 100644 --- a/services/communication/guest-name-job.yaml +++ b/services/communication/guest-name-job.yaml @@ -6,6 +6,7 @@ metadata: namespace: communication spec: schedule: "*/1 * * * *" + suspend: true jobTemplate: spec: template: diff --git a/services/communication/pin-othrys-job.yaml b/services/communication/pin-othrys-job.yaml index 8d4d843..a86270c 100644 --- a/services/communication/pin-othrys-job.yaml +++ b/services/communication/pin-othrys-job.yaml @@ -6,6 +6,7 @@ metadata: namespace: communication spec: schedule: "*/30 * * * *" + suspend: true concurrencyPolicy: Forbid successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 diff --git a/services/communication/seed-othrys-room.yaml b/services/communication/seed-othrys-room.yaml index ccc2f24..6b115d3 100644 --- a/services/communication/seed-othrys-room.yaml +++ b/services/communication/seed-othrys-room.yaml @@ -6,6 +6,7 @@ metadata: namespace: communication spec: schedule: "*/10 * * * *" + suspend: true concurrencyPolicy: Forbid jobTemplate: spec: