potiuk commented on code in PR #29055:
URL: https://github.com/apache/airflow/pull/29055#discussion_r1277956471
##########
airflow/providers/celery/executors/celery_executor.py:
##########
@@ -317,3 +444,17 @@ def cleanup_stuck_queued_tasks(self, tis:
list[TaskInstance]) -> list[str]:
except Exception as ex:
self.log.error("Error revoking task instance %s from
celery: %s", task_instance_key, ex)
return readable_tis
+
+ @staticmethod
+ def get_cli_commands() -> list:
Review Comment:
Should it be list[GroupCommand]?
--
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]