Skip to content

Commit

Permalink
Reduced # of gunicorn workers
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Oct 2, 2024
1 parent 24fd2cd commit 1e9e154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

newrelic.agent.initialize() # noqa: E402

workers = 4
workers = 1
worker_class = "gevent"
worker_connections = 256
bind = "0.0.0.0:{}".format(os.getenv("PORT"))
Expand Down

0 comments on commit 1e9e154

Please sign in to comment.