Skip to content

Commit bd90cf9

Browse files
author
Anandkumar Patel
committed
Merge branch 'master' into fix-stage-configs
2 parents 2660a6b + 89f61c1 commit bd90cf9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

ansible/group_vars/alpha-khronos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cron_command: "bash -c \"for QUEUE in {{ cron_queues }}; do /khronos/bin/cli.js
2020
container_envs: >
2121
-e DATADOG_HOST={{ datadog_host_address }}
2222
-e DATADOG_PORT={{ datadog_port }}
23+
-e KHRONOS_MAVIS=http://{{ mavis_hostname }}
2324
-e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
2425
-e LOG_LEVEL=info
2526
-e NODE_ENV={{ node_env }}

ansible/roles/khronos/tasks/main.yml

Lines changed: 3 additions & 3 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 UTC 0400.
9+
# Run Cronjob once every day at 11:30am PST (19:30 UTC).
1010
- name: Put Khronos CLI job in place
1111
sudo: yes
1212
tags: cron
1313
cron:
1414
name="Khronos CLI Daily"
15-
minute="0"
16-
hour="4"
15+
minute="30"
16+
hour="19"
1717
job="/opt/runnable/khronos-cron.sh >> /var/log/khronos_cron.log 2>&1"

0 commit comments

Comments
 (0)