kaxil commented on code in PR #59724:
URL: https://github.com/apache/airflow/pull/59724#discussion_r2644530120


##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -3008,6 +3023,23 @@ def _try_to_load_executor(self, ti: TaskInstance, 
session, team_name=NOTSET) ->
 
         return executor
 
+    def _exceeds_max_active_runs(
+        self,
+        *,
+        dag_model,

Review Comment:
   ```suggestion
           dag_model: DagModel,
   ```



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