Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1688,6 +1688,9 @@ webserver:
When using ``gevent`` you might also want to set the ``_AIRFLOW_PATCH_GEVENT``
environment variable to ``"1"`` to make sure gevent patching is done as early as possible.

Be careful to set ``_AIRFLOW_PATCH_GEVENT`` only on the web server as gevent patching may
affect the scheduler behavior via the ``multiprocessing`` sockets module and cause crash.

See related Issues / PRs for more details:

* https://github.com/benoitc/gunicorn/issues/2796
Expand Down