You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/03 20:03:16 UTC

[GitHub] [airflow] collinmcnulty commented on issue #18023: Many queued Dagruns created for DagRuns with a start_date in the past

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org