Skip to content

Commit

Permalink
Documentation: Warning for _AIRFLOW_PATCH_GEVENT (apache#40677)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenelon authored Jul 12, 2024
1 parent 6b92145 commit 4680580
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 4680580

Please sign in to comment.