collinmcnulty commented on issue #18023: URL: https://github.com/apache/airflow/issues/18023#issuecomment-912780134
`max_active_dagruns` is checked when moving a dagrun from `queued` to `active`. My understanding is that centralizing the logic in `_start_queued_dagruns` was intentional to prevent there being multiple places that require logic for limiting the number of dagruns. Are you seeing a performance impact? It would seem that while this increases the time between queued and running, changing this would only mean that same amount of time is spent in 'silently queued but invisible' and running. -- 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]
