o-nikolas commented on code in PR #40017:
URL: https://github.com/apache/airflow/pull/40017#discussion_r1643414498
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -422,7 +423,15 @@ def _executable_task_instances_to_queued(self, max_tis:
int, session: Session) -
task_instance_str = "\n".join(f"\t{x!r}" for x in
task_instances_to_examine)
self.log.info("%s tasks up for execution:\n%s",
len(task_instances_to_examine), task_instance_str)
+ tis_we_have_room_for =
self._slots_free_for_tis(task_instances_to_examine)
Review Comment:
I actually quite like these explicit variable names :)
--
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]