This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new 43e6195 Add docs about reload_on_plugin_change opiton (#9575)
43e6195 is described below
commit 43e619593bfeae2320dd82a7965bcc07e25bed9c
Author: Kamil BreguĊa <[email protected]>
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`