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


##########
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:
   We don't do this in main, do you think that should be updated too? or is it 
2.* specific? If latter, why?



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