django-background-tasks
django-background-tasks copied to clipboard
clear tasks in queue
Is there any method to call and clear all active tasks in queue? didn't find anything in docs.
Do you mean, a method to kill already started tasks before they are finished? That would be useful.
+1 👍
Both cases would be useful! As methods and exposed as admin actions.
It would be very useful, any plan on implementing this?
Removing tasks can be done using the admin site. Just check all and select delete from the actions.
Thanks for the quick response!
I was actually referring to tasks which are already running. I was looking for an option to kill them before they're finished.
To original ref:
Do you mean, a method to kill already started tasks before they are finished? That would be useful.