Skip to content

Commit

Permalink
Set Cronjob's concurrencyPolicy to Replace to avoid failed jobs t…
Browse files Browse the repository at this point in the history
…o pile up. (#144)
  • Loading branch information
whites11 committed Apr 15, 2024
1 parent dbe58bf commit 4f7510a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Set Cronjob's `concurrencyPolicy` to `Replace` to avoid failed jobs to pile up.

## [1.14.2] - 2024-04-02

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "labels.common" . | nindent 4 }}
component: restarter
spec:
concurrencyPolicy: Allow
concurrencyPolicy: Replace
failedJobsHistoryLimit: 3
jobTemplate:
metadata:
Expand Down

0 comments on commit 4f7510a

Please sign in to comment.