We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad99a1 commit 6fd97b9Copy full SHA for 6fd97b9
gunicorn/config.py
@@ -645,8 +645,9 @@ class Workers(Setting):
645
You'll want to vary this a bit to find the best for your particular
646
application's work load.
647
648
- By default, the value of the ``WEB_CONCURRENCY`` environment variable.
649
- 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
650
+ it is not defined, the default is ``1``.
651
"""
652
653
0 commit comments