Skip to content

Commit

Permalink
Documentation update on Plugin updates. (#31781)
Browse files Browse the repository at this point in the history
* Fix for  issue #30796

Tasks forked by the Local Executor are loading stale modules when the modules are also referenced by plugins #30796

(cherry picked from commit 18f2b35)
  • Loading branch information
vijayasarathib authored and ephraimbuddy committed Jul 6, 2023
1 parent 187e79f commit d21a599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/authoring-and-scheduling/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ automatically loaded in Webserver). To load them at the
start of each Airflow process, set ``[core] lazy_load_plugins = False`` in ``airflow.cfg``.

This means that if you make any changes to plugins and you want the webserver or scheduler to use that new
code you will need to restart those processes.
code you will need to restart those processes. However, it will not be reflected in new running tasks after the scheduler boots.

By default, task execution will use forking to avoid the slow down of having to create a whole new python
interpreter and re-parse all of the Airflow code and start up routines -- this is a big benefit for shorter
Expand Down

0 comments on commit d21a599

Please sign in to comment.