[AIRFLOW-6487] Romove unnecessary for-loop#7079
[AIRFLOW-6487] Romove unnecessary for-loop#7079Gabriel39 wants to merge 1 commit intoapache:masterfrom Gabriel39:master
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! In case of doubts contact the developers at: |
Codecov Report
@@ Coverage Diff @@
## master #7079 +/- ##
==========================================
- Coverage 85.07% 84.79% -0.29%
==========================================
Files 680 680
Lines 38810 38812 +2
==========================================
- Hits 33019 32909 -110
- Misses 5791 5903 +112
Continue to review full report at Codecov.
|
|
Can you ensure tests are provided? |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Link to JIRA issue: https://issues.apache.org/jira/browse/AIRFLOW-6487
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.
[AIRFLOW-NNNN]. AIRFLOW-NNNN = JIRA ID** For document-only changes commit message can start with
[AIRFLOW-XXXX].