mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 14:12:27 -05:00
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>
11 lines
261 B
YAML
11 lines
261 B
YAML
env: demo
|
|
web_instances: 2
|
|
web_memory: 1G
|
|
worker_instances: 2
|
|
worker_memory: 512M
|
|
scheduler_memory: 256M
|
|
public_api_route: notify-api-demo.app.cloud.gov
|
|
admin_base_url: https://notify-demo.app.cloud.gov
|
|
redis_enabled: 1
|
|
default_toll_free_number: "+18337581259"
|