Revert changes to staging for performance tests and increased rate limit

- Reverted the Gunicorn worker number to 5 (this should be investigated
further on a well baselined system to compare)
- Enabled REDIS
- Increased the rate limit to 400 req/sec as using early testing
yesterday 450+ was being achieved
This commit is contained in:
Richard Chapman
2017-12-06 09:36:23 +00:00
parent e85b4b6ea3
commit af1ab437be
2 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
---
inherit: manifest-api-base.yml
command: scripts/run_app_paas.sh gunicorn -c /home/vcap/app/gunicorn_config.py --error-logfile /home/vcap/logs/gunicorn_error.log -w 6 -b 0.0.0.0:$PORT application
services:
- notify-aws
- notify-config