ephraimbuddy commented on issue #18023: URL: https://github.com/apache/airflow/issues/18023#issuecomment-912822201
> This can potentially impact the time to move a DagRun from queued to running, as the _start_queued_dagruns function has to iterate through the entire set of queued DagRuns (looking at max_dagruns_per_loop_to_schedule at a time) before it re-examines a given DagRun. It doesn't go through the entire dagruns. It goes through a subset controlled by `max_dagruns_per_loop_to_schedule`. And dagruns returned are ordered by `last_scheduling_decision`, unless you are seeing a performance impact? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
