[
https://issues.apache.org/jira/browse/AIRFLOW-6135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kamil Bregula updated AIRFLOW-6135:
-----------------------------------
Summary: Extract DAG processing from SchedulerJob into separate class
(was: Extracct Dag processing from SchedulerJob into separate class)
> Extract 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
> Priority: Major
>
> 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)