Dashboard Filtering Succeeded Jobs

Hangfire has enabled a level of intra-app transparency that I really appreciate.
I am using Hangfire for many scheduled and enqueued jobs.

I have so many jobs in my Succeeded list that it would be very useful to have filters on the Succeeded and Failed jobs dashboard views; specifically job, RecurringJobId, and job id.

Is there a feature like this in the backlog?

I would highly recommend the Hangfire Tags extension.

It is pretty simple to use, and you can customize exactly how you want to tag each job. There is a search interface to filter by tag, or even combinations of multiple tags. I recommend tagging at least the job type (e.g., method name), and key parameters.

We use it in our 3 production hangfire server clusters, which run 100K+ jobs per month.

1 Like