Skip to content

Commit

Permalink
Document that WEB_CONCURRENCY is set by, at least, Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored and berkerpeksag committed Jan 6, 2021
1 parent dad99a1 commit 6fd97b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gunicorn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,9 @@ class Workers(Setting):
You'll want to vary this a bit to find the best for your particular
application's work load.
By default, the value of the ``WEB_CONCURRENCY`` environment variable.
If it is not defined, the default is ``1``.
By default, the value of the ``WEB_CONCURRENCY`` environment variable,
which is set by some Platform-as-a-Service providers such as Heroku. If
it is not defined, the default is ``1``.
"""


Expand Down

0 comments on commit 6fd97b9

Please sign in to comment.