jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.91k stars 257 forks source link

Restart schedules/queues ? #397

Open tofdjoef opened 3 months ago

tofdjoef commented 3 months ago

I would like to remove all scheduled job and queues As it is not possible to remove a job once it has been scheduled, I would like to be able to reset/remove all jobs that has been scheduled or put on the queue.

Then I can re-add all schduled jobs again.

Kinda the same as restarting netcore website.