HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.43k stars 1.7k forks source link

[Feature Request] Allow deletion of all failed jobs with a single step (Hangfire Dashboard) #2444

Open sabiland opened 2 months ago

sabiland commented 2 months ago

Sometimes I can get + 100.000 failed jobs (our backend services issues, etc.). It is tiresome to delete them by 1000 at once. Selecting 5000 simply doesn't work because browser UI hangs. Would be cool if there was one extra button "Delete all failed jobs".

KLuuKer commented 2 months ago

or a dropdown that you can choose older than a certain date (30, 90, 120 days)