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/06/10 10:01:34 UTC

[GitHub] [airflow] uranusjr commented on pull request #16358: Only create dagruns when max_active_runs is not reached

uranusjr commented on pull request #16358:
URL: https://github.com/apache/airflow/pull/16358#issuecomment-858488505


   Yeah, this generates a `SELECT COUNT(dag_id) FROM dag_run` basically, and since we have an index on `(dag_id, state)` the query should be pretty fast.


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