0

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 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.