Skip to content

Commit

Permalink
Adjust staging and demo worker instance settings
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ccostino committed Aug 14, 2024
1 parent 39d024c commit 2dcbf27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy-config/demo.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy-config/staging.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2dcbf27

Please sign in to comment.