Adaverse commented on code in PR #31781: URL: https://github.com/apache/airflow/pull/31781#discussion_r1222189018
########## docs/apache-airflow/authoring-and-scheduling/plugins.rst: ########## @@ -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. Review Comment: We are missing a space after the full stop -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
