Run every 30 mins

This commit is contained in:
Luke Murphy 2020-09-13 10:57:19 +02:00
parent 24b59ec124
commit ecbfd8f16f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -18,7 +18,7 @@ services:
replicas: 0 replicas: 0
labels: labels:
- "swarm.cronjob.enable=true" - "swarm.cronjob.enable=true"
- "swarm.cronjob.schedule=*/1 * * * *" - "swarm.cronjob.schedule=*/30 * * * *"
restart_policy: restart_policy:
condition: none condition: none