I still need different "Sort and filter" method on jobs. Eg. start date and time , finished date and time.
I have many of the same jobs, that runs every hour, and it would be need to filter on "date and Time"
I still need different "Sort and filter" method on jobs. Eg. start date and time , finished date and time.
I have many of the same jobs, that runs every hour, and it would be need to filter on "date and Time"
Agreed. Being able to filter all jobs between two timestamps would be very helpful for servers with very high workloads. One of our customers runs about 10k jobs per day and trying to debug what happened with some unspecified job that didn't fail, sometime between e.g. 23:40 and 23:50 two days ago is a real hassle.
This would be really helpful! We have a lot of jobs (including a number of schedules which run every 2 minutes). Often our jobs are chained together or can be working on the same datasources. This means that concurrent jobs will sometime impact each other and it is important to see all jobs surrounding a failed job to get the full context. Currently, I have to manually find the jobs using the ‘page’ parameter in the URL. I regularly search up to page 500.