From facce5dbb5ce4c94ed9149c2490c17d5a4bd0364 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Thu, 30 Apr 2026 04:33:50 +0000 Subject: [PATCH] fix: add TTL and backoffLimit to market-hours-check jobs Prevents accumulation of completed/failed verification jobs. - ttlSecondsAfterFinished: 3600 (auto-cleanup after 1h) - backoffLimit: 0 (no retries on intentional market-hours failure) --- pipelines/kargo/market-hours-check.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/kargo/market-hours-check.yaml b/pipelines/kargo/market-hours-check.yaml index e41bafd..105ca40 100644 --- a/pipelines/kargo/market-hours-check.yaml +++ b/pipelines/kargo/market-hours-check.yaml @@ -9,6 +9,8 @@ spec: provider: job: spec: + ttlSecondsAfterFinished: 3600 + backoffLimit: 0 template: spec: containers: