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

ASF GitHub Bot commented on AIRFLOW-6135:
-----------------------------------------

mik-laj commented on pull request #6697: [AIRFLOW-6135] Extract DAG processing 
from SchedulerJob into separate class
URL: https://github.com/apache/airflow/pull/6697
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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