I have celery task Id, I want to send it as query param to a django url endpoint and cancel/revoke the task using that task_id. Is it possible? If so, how?
1 Answer
You can check Celery AbortablerTask: https://docs.celeryq.dev/en/stable/reference/celery.contrib.abortable.html
Or revoking: https://docs.celeryq.dev/en/stable/userguide/workers.html#commands