galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.41k stars 1.01k forks source link

Jobs queue in Admin uses seconds not minutes #17595

Open alpapan opened 8 months ago

alpapan commented 8 months ago

Galaxy Version and/or server at which you observed the bug Galaxy Version: 23.1.5.dev0 Commit: fab4424ded75d63242ae6115fe4007a03ff676ed

Describe the bug /admin/jobs has a cutoff of how many minutes you can use to display jobs. It is interpreted as seconds, not minutes

Screenshots image

Untitled

To Reproduce Steps to reproduce the behavior: see above

martenson commented 7 months ago

This seems broken in a different way.

On Main with 1 entered in the box this sends correct cutoff to the backend (date_range_min: 2024-04-04T21:30:20.766Z) and will yield exactly 500 (!) results with the oldest being update_time: "2024-04-04T21:01:50.549027"

So the backend is to fault here I suspect.