You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2019/12/17 21:21:00 UTC

[jira] [Resolved] (AIRFLOW-6135) Extract DAG processing from SchedulerJob into separate class

     [ https://issues.apache.org/jira/browse/AIRFLOW-6135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk resolved AIRFLOW-6135.
-----------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

> 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
>             Fix For: 2.0.0
>
>
> 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)