Merge pull request #1270 from GSA/increase-staging-worker-memory

Adjust staging and demo worker instance settings
This commit is contained in:
Kenneth Kehl
2024-08-14 12:58:05 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
env: demo
web_instances: 2
web_memory: 1G
worker_instances: 1
worker_instances: 2
worker_memory: 512M
scheduler_memory: 256M
public_api_route: notify-api-demo.app.cloud.gov

View File

@@ -1,8 +1,8 @@
env: staging
web_instances: 2
web_memory: 1G
worker_instances: 1
worker_memory: 512M
worker_instances: 2
worker_memory: 1G
scheduler_memory: 256M
public_api_route: notify-api-staging.app.cloud.gov
admin_base_url: https://notify-staging.app.cloud.gov