From 26d82b3f851ea04c33f2bffb6269cdc73b40b9e1 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 17:28:44 -0300 Subject: [PATCH] communication: suspend flaky bootstrap cronjobs --- services/communication/guest-name-job.yaml | 1 + services/communication/pin-othrys-job.yaml | 1 + services/communication/seed-othrys-room.yaml | 1 + 3 files changed, 3 insertions(+) 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: