Skip to content

Commit

Permalink
Update cron schedule to run every 4 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Mar 5, 2024
1 parent 8f76103 commit 30d2bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
condition: none
labels:
- swarm.cronjob.enable=true
- swarm.cronjob.schedule=0 16 * * *
- swarm.cronjob.schedule=0 */4 * * *
- swarm.cronjob.skip-running=true
placement:
constraints:
Expand Down

0 comments on commit 30d2bba

Please sign in to comment.