This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 2a3a726199f Update workers.persistence-related docs (#61565)
2a3a726199f is described below
commit 2a3a726199fdcaac6caea68fd8286a8eca46ecd2
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Sat Feb 7 12:06:37 2026 +0100
Update workers.persistence-related docs (#61565)
Co-authored-by: Jens Scheffler <[email protected]>
---
chart/docs/manage-logs.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chart/docs/manage-logs.rst b/chart/docs/manage-logs.rst
index f996ba531ca..6b0150ee1df 100644
--- a/chart/docs/manage-logs.rst
+++ b/chart/docs/manage-logs.rst
@@ -29,7 +29,7 @@ With this option, Airflow will log locally to each pod. As
such, the logs will o
helm upgrade --install airflow apache-airflow/airflow \
--set logs.persistence.enabled=false
- # --set workers.persistence.enabled=false (also needed if using
``CeleryExecutor``)
+ # --set workers.celery.persistence.enabled=false (also needed if using
``CeleryExecutor``)
Celery worker log persistence
-----------------------------
@@ -42,7 +42,7 @@ You can modify the template:
helm upgrade --install airflow apache-airflow/airflow \
--set executor=CeleryExecutor \
- --set workers.persistence.size=10Gi
+ --set workers.celery.persistence.size=10Gi
Note with this option only task logs are persisted, unlike when log
persistence is enabled which will also persist scheduler logs.