Run the propagation cron every second hour.

This commit is contained in:
Adrian Reber 2015-12-18 08:42:17 +00:00
parent 3b8f3c2fc5
commit 07b94cf414

View file

@ -58,7 +58,7 @@
- create_maps.sh
- name: handle propagation cronjob
cron: name="handle-propagation" minute="25,55" hour="*" user="mirrormanager"
cron: name="handle-propagation" minute="45" hour="*/2" user="mirrormanager"
job="/usr/local/bin/handle_propagation.sh"
cron_file=handle-propagation