mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
Adjust staging and demo worker instance settings
This changeset adds a bit more memory to the staging worker instance, and it bumps the number of worker instances to 2 in staging and demo. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
env: demo
|
env: demo
|
||||||
web_instances: 2
|
web_instances: 2
|
||||||
web_memory: 1G
|
web_memory: 1G
|
||||||
worker_instances: 1
|
worker_instances: 2
|
||||||
worker_memory: 512M
|
worker_memory: 512M
|
||||||
scheduler_memory: 256M
|
scheduler_memory: 256M
|
||||||
public_api_route: notify-api-demo.app.cloud.gov
|
public_api_route: notify-api-demo.app.cloud.gov
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
env: staging
|
env: staging
|
||||||
web_instances: 2
|
web_instances: 2
|
||||||
web_memory: 1G
|
web_memory: 1G
|
||||||
worker_instances: 1
|
worker_instances: 2
|
||||||
worker_memory: 512M
|
worker_memory: 1G
|
||||||
scheduler_memory: 256M
|
scheduler_memory: 256M
|
||||||
public_api_route: notify-api-staging.app.cloud.gov
|
public_api_route: notify-api-staging.app.cloud.gov
|
||||||
admin_base_url: https://notify-staging.app.cloud.gov
|
admin_base_url: https://notify-staging.app.cloud.gov
|
||||||
|
|||||||
Reference in New Issue
Block a user