We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a985d commit de92979Copy full SHA for de92979
2 files changed
ansible/group_vars/alpha-api-base.yml
@@ -42,6 +42,7 @@ api_base_container_envs: >-
42
{% if api_new_relic_app_name is defined %} -e NEW_RELIC_LOG_LEVEL=fatal {% endif %}
43
{% if api_new_relic_app_name is defined %} -e NEW_RELIC_NO_CONFIG_FILE=true {% endif %}
44
-e NODE_ENV={{ node_env }}
45
+ -e NUM_WORKERS=1
46
-e OPTIMUS_HOST=http://{{ optimus_hostname }}
47
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
48
-e RABBITMQ_PASSWORD={{ rabbit_password }}
ansible/group_vars/alpha-workers.yml
@@ -6,7 +6,6 @@ container_image: registry.runnable.com/runnable/{{ name }}
6
container_envs: >
7
{{ api_base_container_envs }}
8
-e IS_QUEUE_WORKER=true
9
- -e NUM_WORKERS=1
10
-e ROLLBAR_KEY={{ api_workers_rollbar_key }}
11
12
container_run_opts: >
0 commit comments