Skip to content

Commit 4356f38

Browse files
Merge pull request #490 from CodeNow/hourly-khronos-tabs-should-be-hourly
removed the */ from the minute so that it happens every 50, not 0 and 50
2 parents 2903153 + 250d72d commit 4356f38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/khronos/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
minute: "*/5"
2929
script: canary-cron.sh
3030
state: "{% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
31-
- name: Khronos CLI - Hourly Canary
32-
minute: "*/50"
31+
- name: Khronos CLI - Half-Hourly Canary
32+
minute: "*/30"
3333
script: hourly-canary-cron.sh
3434
state: "{% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
3535

0 commit comments

Comments
 (0)