Skip to content

Commit 99bc540

Browse files
author
Christopher M. Neill
committed
Khronos on the 1s and 7s.
1 parent 35b8943 commit 99bc540

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/roles/khronos/tasks/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
mode=0744
77
dest="/opt/runnable/khronos-cron.sh"
88

9-
# Run Cronjob once every day at 11:30am PST (19:30 UTC).
9+
# Run Cronjob at 6 hour intervals.
1010
- name: Put Khronos CLI job in place
1111
sudo: yes
1212
tags: cron
1313
cron:
14-
name="Khronos CLI Daily"
15-
minute="30"
16-
hour="19"
14+
name="Khronos CLI"
15+
minute="13"
16+
hour="1,7,13,19"
1717
job="/opt/runnable/khronos-cron.sh >> /var/log/khronos_cron.log 2>&1"

0 commit comments

Comments
 (0)