dstandish commented on code in PR #43520:
URL: https://github.com/apache/airflow/pull/43520#discussion_r1844658622
##########
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:
Why not deprecate? This warning would only appear if user upgrades celery
but not airflow
--
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]