Skip to content

Commit 6fd97b9

Browse files
adamchainzberkerpeksag
authored andcommitted
Document that WEB_CONCURRENCY is set by, at least, Heroku
1 parent dad99a1 commit 6fd97b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gunicorn/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,9 @@ class Workers(Setting):
645645
You'll want to vary this a bit to find the best for your particular
646646
application's work load.
647647
648-
By default, the value of the ``WEB_CONCURRENCY`` environment variable.
649-
If it is not defined, the default is ``1``.
648+
By default, the value of the ``WEB_CONCURRENCY`` environment variable,
649+
which is set by some Platform-as-a-Service providers such as Heroku. If
650+
it is not defined, the default is ``1``.
650651
"""
651652

652653

0 commit comments

Comments
 (0)