Taragolis commented on code in PR #39398:
URL: https://github.com/apache/airflow/pull/39398#discussion_r1590159486


##########
airflow/providers/celery/executors/celery_executor.py:
##########
@@ -469,7 +469,7 @@ def cleanup_stuck_queued_tasks(self, tis: 
list[TaskInstance]) -> list[str]:
         for ti in tis:
             readable_tis.append(repr(ti))
             task_instance_key = ti.key
-            self.fail(task_instance_key, None)
+            self.failed_in_queue(task_instance_key, None)

Review Comment:
   This one is backward incompatible change with Airflow 2.7, 2.8 and 2.9.
   Maybe it is also a good idea to made separate PR in Core and and after in 
Provider(s)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to