[ 
https://issues.apache.org/jira/browse/AIRFLOW-6135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16991024#comment-16991024
 ] 

ASF subversion and git services commented on AIRFLOW-6135:
----------------------------------------------------------

Commit c9a97baa86762b9ba37ef71432573b7949e47e2b in airflow's branch 
refs/heads/master from Kamil Breguła
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c9a97ba ]

[AIRFLOW-6135] Extract DAG processing from SchedulerJob into separate class 
(#6697)



> 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)

Reply via email to