mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
dbcache and multiple gunicorn workers
This commit is contained in:
parent
a4568a89ba
commit
d1a1992ced
2 changed files with 7 additions and 6 deletions
|
@ -6,4 +6,4 @@ set -o pipefail
|
|||
# Make sure that django's `collectstatic` has been run locally before pushing up to any environment,
|
||||
# so that the styles and static assets to show up correctly on any environment.
|
||||
|
||||
gunicorn --worker-class=gevent registrar.config.wsgi -t 60
|
||||
gunicorn --workers=3 --worker-class=gevent registrar.config.wsgi -t 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue