dstandish commented on code in PR #43520:
URL: https://github.com/apache/airflow/pull/43520#discussion_r1846890357
##########
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:
i am not sure what this will be backported to. I think 2.11 is the most "by
the book" but others have suggested it could or should maybe go to 2.10 @potiuk
@jedcunningham
--
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]