Skip to content

Commit

Permalink
Merge pull request #348 from rackerlabs/longer-ttl-for-workflows
Browse files Browse the repository at this point in the history
chore: argo-workflows: keep the successful workflows for 36 hours
  • Loading branch information
nicholaskuechler authored Sep 25, 2024
2 parents 5980e6f + 688ad94 commit 6a1b70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/argo/workflow-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ spec:
strategy: OnWorkflowSuccess # to allow garbage collection of secrets (created by pods) upon workflow completion
deleteDelayDuration: 72h
ttlStrategy:
secondsAfterSuccess: 300
secondsAfterSuccess: 129600 # 36 hours
secondsAfterFailure: 259200 # 3 days

0 comments on commit 6a1b70b

Please sign in to comment.