potiuk commented on code in PR #37913:
URL: https://github.com/apache/airflow/pull/37913#discussion_r1513508287
##########
docs/apache-airflow/core-concepts/overview.rst:
##########
@@ -181,6 +181,14 @@ executed in the context of the scheduler.
.. image:: ../img/diagram_dag_processor_airflow_architecture.png
+.. note::
+
+ When DAG file is changed there can be cases where the scheduler and the
worker will see different
+ versions of the DAG until both components catch up. You can avoid the
issue by making sure dag is
+ diactivated during deployment and reactivate once finished. If needed, the
cadence of sync and scan
Review Comment:
```suggestion
deactivated during deployment and reactivate once finished. If needed,
the cadence of sync and scan
```
--
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]