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


##########
airflow/executors/base_executor.py:
##########
@@ -587,24 +585,6 @@ def terminate(self):
         """Get called when the daemon receives a SIGTERM."""
         raise NotImplementedError
 
-    @deprecated(
-        reason="Replaced by function `revoke_task`.",
-        category=RemovedInAirflow3Warning,
-        action="ignore",
-    )
-    def cleanup_stuck_queued_tasks(self, tis: list[TaskInstance]) -> list[str]:
-        """
-        Handle remnants of tasks that were failed because they were stuck in 
queued.
-
-        Tasks can get stuck in queued. If such a task is detected, it will be 
marked
-        as `UP_FOR_RETRY` if the task instance has remaining retries or marked 
as `FAILED`
-        if it doesn't.
-
-        :param tis: List of Task Instances to clean up
-        :return: List of readable task instances for a warning message
-        """
-        raise NotImplementedError

Review Comment:
   Added newsfragment



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