jedcunningham commented on code in PR #66878:
URL: https://github.com/apache/airflow/pull/66878#discussion_r3236062856
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -476,26 +477,22 @@ def _debug_dump(self, signum: int, frame: FrameType |
None) -> None:
self.log.info("\n\t".join(map(repr, callstack)))
self.log.info("-" * 80)
- def _executable_task_instances_to_queued(self, max_tis: int, session:
Session) -> list[TI]:
+ def _acquire_pool_capacity(
+ self, max_tis: int, session: Session
Review Comment:
```suggestion
self, max_tis: int, *, session: Session
```
Or, convert it all to be kwarg only. Same with the others.
--
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]