Kevin Yang created AIRFLOW-2762:
-----------------------------------
Summary: Parallelize DAG parsing in webserver
Key: AIRFLOW-2762
URL: https://issues.apache.org/jira/browse/AIRFLOW-2762
Project: Apache Airflow
Issue Type: Improvement
Reporter: Kevin Yang
Currently the webserver parses DagBag in a single thread fashion and causes the
start up time to be slow when we have large # of DAG files. Webservers should
not need the actual DAG object and this should be parallelized.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)