dstandish commented on code in PR #43520:
URL: https://github.com/apache/airflow/pull/43520#discussion_r1829989061
##########
providers/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py:
##########
@@ -636,6 +638,10 @@ def cleanup_stuck_queued_tasks(self, tis:
list[TaskInstance]) -> list[str]:
self.log.warning("Cannot find pod for ti %s", ti)
continue
readable_tis.append(repr(ti))
+ if Version(airflow_version) < Version("2.10.4"):
Review Comment:
should this be a greater than?
--
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]