XD-DENG opened a new pull request #5076: [AIRFLOW-4269] Minor acceleration of 
jobs._process_task_instances()
URL: https://github.com/apache/airflow/pull/5076
 
 
   ### Jira
   
     - https://issues.apache.org/jira/browse/AIRFLOW-4269
   
   
   ### Description
   
   - [x] Here are some details about my PR, including screenshots of any UI 
changes:
   
   `continue` here should be a `break`.
   
   When `len(active_dag_runs) >= dag.max_active_runs`, the following part of 
the for-loop will give the same result and result in a `continue` again and 
again, while doing nothing. We should use a `break` here.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to