Asquator commented on PR #53492:
URL: https://github.com/apache/airflow/pull/53492#issuecomment-3089475085

   Solves:
   https://github.com/apache/airflow/issues/45636
   
   TODO:
   - Add `DagModel.max_active_tasks_per_dag`, `TI.max_active_tis_per_dagrun` to 
DB and replace the dummy values
   - Make the query robust to missing values (coalesce, additional filters)
   - Figure out which metrics we should emit, because some of them  
(`starved_X`) were removed as irrelevant. If we still want to emit them, it 
should be outside of the critical section
   - Make the task fetching strategy experimental and injectable
   - Cosmetics - lint, pre-commit hooks, consider writing the query as a whole 
instead of the dynamic building process


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

Reply via email to