File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ container_envs: >
3636 -e API_URL={{ api_url }}
3737 -e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
3838 -e CANARY_API_TOKEN={{ khronos_canary_token | default('undefined') }}
39- -e CANARY_API_FAILOVER_TOKEN={{ khronos_canary_failover_token | default('undefined') }}
39+ {% if api_new_relic_app_name is defined %}
40+ -e CANARY_API_FAILOVER_TOKEN={{ khronos_canary_failover_token }}
41+ {% endif %}
4042 -e CANARY_GITHUB_BRANCHES_INSTANCE_ID={{ khronos_canary_github_branches_instance_id | default('undefined') }}
4143 -e CANARY_LOG_INSTANCE_ID={{ khronos_canary_logs_instance_id | default('undefined') }}
4244 -e CANARY_LOG_TERMINAL_SLEEP=10
Original file line number Diff line number Diff line change 2929 script : canary-cron.sh
3030 state : " {% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
3131 - name : Khronos CLI - Hourly Canary
32- hour : " */1 "
32+ minute : " */50 "
3333 script : hourly-canary-cron.sh
3434 state : " {% if node_env == 'production-delta' %}present{% else %}absent{% endif %}"
3535
You can’t perform that action at this time.
0 commit comments