Skip to content

Commit

Permalink
fix: set postgresql cron backup to 0015 once a day
Browse files Browse the repository at this point in the history
The default was midnight but a lot of jobs run then; kick this off a
little later to help avoid the thundering herd affect.
  • Loading branch information
LukeRepko committed Mar 19, 2024
1 parent 2bf38f0 commit 51ae24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-configs/postgresql/postgresql-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
# activeDeadlineSeconds == 0 means no deadline
activeDeadlineSeconds: 0
backoffLimit: 6
cron: "0 0 * * *"
cron: "15 0 * * *"
history:
success: 3
failed: 1
Expand Down

0 comments on commit 51ae24a

Please sign in to comment.