Use 2 web instances in staging and demo

this seems to be more resilient to `cf restart` false failures
This commit is contained in:
Ryan Ahearn
2022-12-01 13:10:25 -05:00
parent d0b2d58b4a
commit 861e8839aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
env: staging
web_instances: 1
web_instances: 2
web_memory: 1G
worker_instances: 1
worker_memory: 512M