Skip to content

Commit 4b2e198

Browse files
Merge pull request #463 from CodeNow/revert-461-4-workers
Revert "have 4 api workers"
2 parents 5ab2ce6 + cbd34ce commit 4b2e198

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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: >

ansible/workers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
- { role: docker_client }
2121
- { role: tls-client, tls_service: mongodb, tags: [ tls ] }
2222
- { role: datadog, tags: [ datadog ] }
23-
- { role: container_start, number_of_containers: 4 }
23+
- { role: container_kill_start }

0 commit comments

Comments
 (0)