Skip to content

Commit c16ff17

Browse files
committed
removed the */ from the minute so that it happens every 50, not 0 and 50
1 parent f710f6c commit c16ff17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/khronos/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
script: canary-cron.sh
3030
state: "{% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
3131
- name: Khronos CLI - Hourly Canary
32-
minute: "*/50"
32+
minute: "*50"
3333
script: hourly-canary-cron.sh
3434
state: "{% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
3535

0 commit comments

Comments
 (0)