rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.82k stars 286 forks source link

empty all scheduled jobs #534

Open lucas03 opened 2 years ago

lucas03 commented 2 years ago

Hey, I realized I did schedule jobs with wrong params. I'd like to clean all of them. I am able to delete scheduled jobs in django admin, but I would like to have a button to empty them all at once. Empty queue does not work. Is there a simple functionality to delete all scheduled jobs? If not, I would be willing to try to create MR for that.

selwin commented 2 years ago

@lucas03 PR welcome :)

lucas03 commented 2 years ago

okay, I'll try to find some time for this :)

selwin commented 2 years ago

Thanks, ping me when you have the PR ready :)