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)
This commit is contained in:
Celes Renata
2026-04-30 04:33:50 +00:00
parent 2f2c0d24f6
commit facce5dbb5
+2
View File
@@ -9,6 +9,8 @@ spec:
provider: provider:
job: job:
spec: spec:
ttlSecondsAfterFinished: 3600
backoffLimit: 0
template: template:
spec: spec:
containers: containers: