Skip to content

Commit

Permalink
feat: suspend cronjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Dec 16, 2024
1 parent 813dffc commit 46652e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CronJob
metadata:
name: cron-notification
spec:
suspend: true
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
Expand Down
1 change: 1 addition & 0 deletions .kontinuous/env/preprod/templates/reminder.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CronJob
metadata:
name: cron-reminder
spec:
suspend: true
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
Expand Down
1 change: 1 addition & 0 deletions .kontinuous/env/prod/templates/notification.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CronJob
metadata:
name: cron-notification
spec:
suspend: true
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
Expand Down
1 change: 1 addition & 0 deletions .kontinuous/env/prod/templates/reminder.cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CronJob
metadata:
name: cron-reminder
spec:
suspend: true
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 3
Expand Down
3 changes: 1 addition & 2 deletions webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## [0.73.13](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.73.12...v0.73.13) (2024-12-03)


### Bug Fixes

* migrations for obiz_id error in offer_articles ([65c8dc9](https://github.com/SocialGouv/carte-jeune-engage/commit/65c8dc9573bbb4fb7cf47c4e1ad469f610028863))
- migrations for obiz_id error in offer_articles ([65c8dc9](https://github.com/SocialGouv/carte-jeune-engage/commit/65c8dc9573bbb4fb7cf47c4e1ad469f610028863))

## [0.73.12](https://github.com/SocialGouv/carte-jeune-engage/compare/v0.73.11...v0.73.12) (2024-12-03)

Expand Down

0 comments on commit 46652e8

Please sign in to comment.