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

Dashboard: sort "Scheduled Jobs" list by "Enqueue" column #2425

Open AlexMedia opened 4 months ago

AlexMedia commented 4 months ago

The "Scheduled Jobs" page on the dashboard shows all upcoming jobs, these seem to be sorted by the job ID. I currently have a lot of pending jobs (180 to be precise) with their enqueue date ranging from "in 2 minutes" to "in a year".

It would be useful to me if the jobs would be sorted in ascending order based on when they'll be enqueued.

I use Hangfire with a Postgres storage.