Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

deleting an ongoing task #706

Open Amanb1145 opened 1 year ago

Amanb1145 commented 1 year ago

Hello all, I have made multiple APIs with django-q but one API is time taking and does video processing. So, I was looking forward to implement deleting ongoing tasks if needed. any ideas how to implement that? Thank you