jedcunningham commented on code in PR #43520:
URL: https://github.com/apache/airflow/pull/43520#discussion_r1844665285
##########
providers/src/airflow/providers/celery/executors/celery_executor.py:
##########
@@ -433,31 +434,34 @@ def try_adopt_task_instances(self, tis:
Sequence[TaskInstance]) -> Sequence[Task
return not_adopted_tis
+ @deprecated(
+ reason="Replaced by function `revoke_task`. Upgrade airflow core to
make this go away.",
Review Comment:
Yeah. It doesn't really matter. Just feels a bit cleaner to me.
We should at least state what version to upgrade to.
--
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]