mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 22:22:24 -05:00
This changeset increases the worker process memory slightly in staging to help with running out of memory issues we are starting to see with our testing. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
11 lines
272 B
YAML
11 lines
272 B
YAML
env: staging
|
|
web_instances: 2
|
|
web_memory: 1.5G
|
|
worker_instances: 2
|
|
worker_memory: 1.5G
|
|
scheduler_memory: 256M
|
|
public_api_route: notify-api-staging.app.cloud.gov
|
|
admin_base_url: https://notify-staging.app.cloud.gov
|
|
redis_enabled: 1
|
|
default_toll_free_number: "+18556438890"
|