You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Providing a way to sort the jobs lists by certain attributes, specifically for us delay time (being able to see which one will run next) would be very nice. Maybe something along the lines of clicking on the column name to sort asc / desc?
Secondly, along these same lines. I deal with some queues that have thousands of jobs. Would it be possible to add a page number selector instead of just incrementing through them?
Thanks for this UI tool, its great!
The text was updated successfully, but these errors were encountered:
Handling sorting in server/controllers/jobs.js is a viable option. You could add an additional parameter to the query that is a sort type, grab all the jobs, sort and paginate locally versus through the API. If I get time, I'll work up some code.
Providing a way to sort the jobs lists by certain attributes, specifically for us delay time (being able to see which one will run next) would be very nice. Maybe something along the lines of clicking on the column name to sort asc / desc?
Secondly, along these same lines. I deal with some queues that have thousands of jobs. Would it be possible to add a page number selector instead of just incrementing through them?
Thanks for this UI tool, its great!
The text was updated successfully, but these errors were encountered: