potiuk commented on code in PR #53038:
URL: https://github.com/apache/airflow/pull/53038#discussion_r2218809337
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1801,10 +1801,7 @@ def _handle_tasks_stuck_in_queued(self, session: Session
= NEW_SESSION) -> None:
try:
for ti in stuck_tis:
executor.revoke_task(ti=ti)
- self._maybe_requeue_stuck_ti(
- ti=ti,
- session=session,
- )
+ self._maybe_requeue_stuck_ti(ti=ti, session=session,
executor=executor)
Review Comment:
It is implemented in separate PR
https://github.com/apache/airflow/pull/53435 @kaxil ..
--
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]