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 16:43:19 UTC

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

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


   > I wonder if it's worth adding another conditional index on queued here like we did in #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.)
   
   I ran airflow with having two indexes on (state,dag_id) in MySQL 5.7, it didn't complain. Will still test with other versions or what do you think?


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