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/08 13:48:41 UTC

[GitHub] [airflow] ashb commented on pull request #18065: Limit the number of queued dagruns created by the Scheduler

ashb commented on pull request #18065:
URL: https://github.com/apache/airflow/pull/18065#issuecomment-915255633


   I wonder if it's worth adding another conditional index on queued here like we did in https://github.com/apache/airflow/pull/18061
   
   (Annoyingly for Mysql we'd _like_ only a single (state,dag_id) index, but I'm not sure if we can easily/realistically do that.)


-- 
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