Skip to content

Commit de92979

Browse files
author
Anandkumar Patel
committed
make queue worker 1
1 parent 68a985d commit de92979

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-api-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ api_base_container_envs: >-
4242
{% if api_new_relic_app_name is defined %} -e NEW_RELIC_LOG_LEVEL=fatal {% endif %}
4343
{% if api_new_relic_app_name is defined %} -e NEW_RELIC_NO_CONFIG_FILE=true {% endif %}
4444
-e NODE_ENV={{ node_env }}
45+
-e NUM_WORKERS=1
4546
-e OPTIMUS_HOST=http://{{ optimus_hostname }}
4647
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
4748
-e RABBITMQ_PASSWORD={{ rabbit_password }}

ansible/group_vars/alpha-workers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ container_image: registry.runnable.com/runnable/{{ name }}
66
container_envs: >
77
{{ api_base_container_envs }}
88
-e IS_QUEUE_WORKER=true
9-
-e NUM_WORKERS=1
109
-e ROLLBAR_KEY={{ api_workers_rollbar_key }}
1110
1211
container_run_opts: >

0 commit comments

Comments
 (0)