Django Q tasks stuck in Queued

I think I have a broken task somewhere that is holding up all other scheduled tasks.

Is there a way to delete all tasks in Django Q Queued Task list?

I don't want to delete the actual ScheduledTasks but just the Queued instances?

Is the a command that can be executed to quickly wipe them all as on the Django Admin panel I can only delete them in batches of 100 and there are thousands backed up.

Thanks in advance

Вернуться на верх