Kevin Yang created AIRFLOW-2760:
-----------------------------------

             Summary: DAG parsing loop coupled with scheduler loop
                 Key: AIRFLOW-2760
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2760
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Kevin Yang


Currently DAG parsing loop is coupled with scheduler loop, meaning that if 
scheduler loop became slow, we will parse DAG slower.

As a simple producer and consumer pattern, we shall have them decoupled and 
completely remove the scheduling bottleneck placed by DAG parsing--which is 
identified in Airbnb as the current biggest bottleneck.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to