Test one worker

This commit is contained in:
zandercymatics 2024-02-01 11:55:35 -07:00
parent 3fe47296a9
commit cfc9a2d169
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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 --worker-connections=1000 --workers=3 registrar.config.wsgi -t 60
gunicorn --worker-class=gevent --worker-connections=1000 --workers=1 registrar.config.wsgi -t 60