mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
Use 2 web instances in staging and demo
this seems to be more resilient to `cf restart` false failures
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
env: demo
|
||||
web_instances: 1
|
||||
web_instances: 2
|
||||
web_memory: 1G
|
||||
worker_instances: 1
|
||||
worker_memory: 512M
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
env: staging
|
||||
web_instances: 1
|
||||
web_instances: 2
|
||||
web_memory: 1G
|
||||
worker_instances: 1
|
||||
worker_memory: 512M
|
||||
|
||||
Reference in New Issue
Block a user