Bowrna commented on code in PR #39398:
URL: https://github.com/apache/airflow/pull/39398#discussion_r1623177973
##########
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:
can you explain me the logic behind splitting it into separate PR @Taragolis
?
--
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]