jscheffl commented on code in PR #43520:
URL: https://github.com/apache/airflow/pull/43520#discussion_r1847172248


##########
airflow/executors/base_executor.py:
##########
@@ -552,7 +554,12 @@ def terminate(self):
         """Get called when the daemon receives a SIGTERM."""
         raise NotImplementedError
 
-    def cleanup_stuck_queued_tasks(self, tis: list[TaskInstance]) -> 
list[str]:  # pragma: no cover
+    @deprecated(

Review Comment:
   @dstandish Triued the new cherry-picker tool and made a back-port. feel free 
to debate/block/approve there.
   
   I'd like to back-port, then the deprecation is made visible early. 
Additionally the missing feature (in my view: bug) is resolved in 2.10.4 as 
well.



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