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.19k stars 1.67k forks source link

Ability to search in Suceedeed jobs #2287

Open franklbt opened 10 months ago

franklbt commented 10 months ago

It would be usefull to be able to search in the succeded jobs to find specific jobs and show their associated history.

Actually we need to navigate in all the page to try to find the job we want.

fairking commented 5 months ago

It would be nice to search ANY job list. the most useful case is to filter failed jobs by method name and retry them all after the fix. I saw FaceIT.Hangfire.Tags but I don't like this approach. I am looking just for a simple search, nothing else. I don't want to tag every job with tags as it adds another point of maintenance and complexity.

mrjamiebowman commented 2 months ago

Yes, I agree. I should be able to search and filter by job, job type, run time, etc. Especially, if I'm running a lot of jobs. The pagination is rather pointless.

peterfortuin commented 1 month ago

Searching in jobs would be awesome.