This is an automated email from the ASF dual-hosted git repository.
dheerajturaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e1dadc77c03 Docs: Remove stale reload_on_plugin_change from API config
reference (#68364)
e1dadc77c03 is described below
commit e1dadc77c03258a47bc0a3a72f4844d75350ad82
Author: Dheeraj Turaga <[email protected]>
AuthorDate: Thu Jun 11 07:18:01 2026 -0500
Docs: Remove stale reload_on_plugin_change from API config reference
(#68364)
---
airflow-core/docs/administration-and-deployment/web-stack.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/airflow-core/docs/administration-and-deployment/web-stack.rst
b/airflow-core/docs/administration-and-deployment/web-stack.rst
index fd32e75db55..f043789d5e5 100644
--- a/airflow-core/docs/administration-and-deployment/web-stack.rst
+++ b/airflow-core/docs/administration-and-deployment/web-stack.rst
@@ -144,7 +144,6 @@ The following configuration options are available in the
``[api]`` section:
- ``worker_refresh_batch_size``: Number of workers to refresh per cycle
(default: 1)
- ``dag_cache_size``: Max cached SerializedDAG versions in the API server
(default: 64, 0 = unbounded)
- ``dag_cache_ttl``: TTL in seconds for cached DAGs (default: 3600, 0 = LRU
only)
-- ``reload_on_plugin_change``: Reload when plugin files change (default: False)
When to Use Gunicorn
^^^^^^^^^^^^^^^^^^^^