You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/05 05:25:00 UTC

[jira] [Commented] (AIRFLOW-6487) Romove unnecessary for loop

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

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

stale[bot] commented on pull request #7079: [AIRFLOW-6487]  Romove unnecessary for-loop
URL: https://github.com/apache/airflow/pull/7079
 
 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


> Romove unnecessary for loop
> ---------------------------
>
>                 Key: AIRFLOW-6487
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6487
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: scheduler
>    Affects Versions: 1.10.10
>            Reporter: Wenqiang Li
>            Assignee: Wenqiang Li
>            Priority: Major
>
> Romove unnecessary for loop:
> In DagFileProcessorManager, dag files are processed periodically. Processor manager will put dag into queue except file_paths_in_progress, file_paths_recently_processed and files_paths_at_run_limit. While min_file_process_interval = 0 in config by default, there is unnecessary for-loop when get file_paths_recently_processed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)