uranusjr commented on code in PR #54103:
URL: https://github.com/apache/airflow/pull/54103#discussion_r2341843237
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -152,6 +164,16 @@ def _is_parent_process() -> bool:
return multiprocessing.current_process().name == "MainProcess"
+def _get_current_dr_task_concurrency(states: Iterable[TaskInstanceState]) ->
Query:
Review Comment:
I _think_ this return value is a Subquery, not a Query (honestly the return
type annotation is pretty useless anyway due to the lack of SQLAlchemy support)
--
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]