potiuk commented on code in PR #64760:
URL: https://github.com/apache/airflow/pull/64760#discussion_r3044739597


##########
airflow-core/docs/administration-and-deployment/production-deployment.rst:
##########
@@ -62,9 +62,12 @@ the :doc:`Celery executor 
<apache-airflow-providers-celery:celery_executor>`.
 
 
 Once you have configured the executor, it is necessary to make sure that every 
node in the cluster contains
-the same configuration and Dags. Airflow sends simple instructions such as 
"execute task X of Dag Y", but
-does not send any Dag files or configuration. You can use a simple cronjob or 
any other mechanism to sync
-Dags and configs across your nodes, e.g., checkout Dags from git repo every 5 
minutes on all nodes.
+the Dags and configuration appropriate for its role. Airflow sends simple 
instructions such as
+"execute task X of Dag Y", but does not send any Dag files or configuration. 
You can use a simple cronjob
+or any other mechanism to sync Dags across your nodes, e.g., checkout Dags 
from git repo every 5 minutes

Review Comment:
   Good catch.



-- 
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]

Reply via email to