Merge pull request #1725 from cisagov/za/investigate-memory-leaks

Ticket #1726 part 1: Gunicorn optimization changes
This commit is contained in:
Alysia Broddrick 2024-02-06 15:58:24 -08:00 committed by GitHub
commit d4f1de9073
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 registrar.config.wsgi -t 60
gunicorn --worker-class=gevent registrar.config.wsgi -t 60