This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 13e53491f6ed034563a5e7e1174194842f00d2a8
Author: Kamil BreguĊ‚a <mik-...@users.noreply.github.com>
AuthorDate: Mon Jun 29 23:24:24 2020 +0200

    Add docs about reload_on_plugin_change opiton (#9575)
    
    
    (cherry picked from commit 656c48da9c1d2ea13b928bd6b968ccd86bc7a95d)
---
 docs/plugins.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/plugins.rst b/docs/plugins.rst
index bfe08aa..88559e0 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -318,3 +318,12 @@ This will create a hook, and an operator accessible at:
 
 - ``airflow.hooks.my_namespace.MyHook``
 - ``airflow.operators.my_namespace.MyOperator``
+
+Automatic reloading webserver
+-----------------------------
+
+To enable automatic reloading of the webserver, when changes in a directory 
with plugins has been detected,
+you should set ``reload_on_plugin_change`` option in ``[webserver]`` section 
to ``True``.
+
+.. note::
+    For more information on setting the configuration, see 
:doc:`/howto/set-config`

Reply via email to