earlgreyness / aio-celery

Celery worker for running asyncio coroutine tasks
22 stars 3 forks source link

How to cancel the task? #4

Open thcpdd opened 2 months ago

thcpdd commented 2 months ago

I want to cancel a task, which is a eta task. But I haven't found a function to cancel. It could use celery.task.control.revoke to cancel a task when in the official Celery. So could you decide to add this function in next or later versions?