Skip to content

Commit

Permalink
Merge pull request #1725 from cisagov/za/investigate-memory-leaks
Browse files Browse the repository at this point in the history
Ticket #1726 part 1: Gunicorn optimization changes
  • Loading branch information
abroddrick authored Feb 6, 2024
2 parents 72ee511 + 239b704 commit d4f1de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4f1de9

Please sign in to comment.