Kamil Bregula created AIRFLOW-6135:
--------------------------------------
Summary: Extracct Dag processing from SchedulerJob into separate
class
Key: AIRFLOW-6135
URL: https://issues.apache.org/jira/browse/AIRFLOW-6135
Project: Apache Airflow
Issue Type: Improvement
Components: core
Affects Versions: 1.10.6
Reporter: Kamil Bregula
Hello,
Currently, ScheduleJob class has two uses cases:
* as a scheduler loop - started as the main process
* used for DAG processing - started as many separate processes controlled by
The logic of this code is completely independent. For this reason, it is worth
separating this class to make it easier to understand the data processing flow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)