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:
@@ -9,6 +9,8 @@ spec:
|
|||||||
provider:
|
provider:
|
||||||
job:
|
job:
|
||||||
spec:
|
spec:
|
||||||
|
ttlSecondsAfterFinished: 3600
|
||||||
|
backoffLimit: 0
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
Reference in New Issue
Block a user