Skip to content

Commit

Permalink
Fix typo in plugins.rst (apache#42106) (apache#42108)
Browse files Browse the repository at this point in the history
I'm not sure if my change is correct but I'm assuming the word `until` was missing in the sentence.

Otherwise that would mean that the plugin changes are never used right?

(cherry picked from commit b70e3d0)

Co-authored-by: Andres Lowrie <[email protected]>
  • Loading branch information
potiuk and andres-lowrie authored Sep 9, 2024
1 parent 0a69b8b commit a8187d9
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 @@ -80,7 +80,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. However, it will not be reflected in new running tasks after the scheduler boots.
code you will need to restart those processes. However, it will not be reflected in new running tasks until after the scheduler boots.

By default, task execution uses forking. This avoids the slowdown associated with creating a new Python interpreter
and re-parsing all of Airflow's code and startup routines. This approach offers significant benefits, especially for shorter tasks.
Expand Down

0 comments on commit a8187d9

Please sign in to comment.