KevinYang21 commented on issue #3873: [Airflow-2760] Decouple DAG parsing loop 
from scheduler loop
URL: 
https://github.com/apache/incubator-airflow/pull/3873#issuecomment-424980424
 
 
   @ashb Thanks for the feedback. I have a small updated the scheduler.rst to 
reflect the change but I didn't go into a lot details. The reason is that the 
document seems to me is facing Airflow users and they probly don't care too 
much about exactly what is happening, especially parts like how scheduler loop 
is divided into three logical pieces. From the existing doc, we stop at the 
details of DagFileProcessorManager( just mention that it would stay in sync 
with DAG folder but didn't go into the DagFileProcessor part), to me if we want 
to keep the same level of detail we should stop at briefly mention about 
DagFileProcessorManager and DagFileProcessorAgent level. Other the other hand, 
I can try add more comments in the code if you feel like it, as that would 
probly be the place where people care about implementation details are going to 
look at.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to