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
Description of Problem
When having a run with a duration longer than 23 hours, the hours do not increment past 24, and instead roll back over to 0.
Additionally, when a job is >1h, it shows hours and seconds but not minutes, leading to confusing metrics.
Expected Behavior
Duration will show start_time - end_time in hours, minutes, and seconds
Observed Behavior
Duration shows only hours and seconds, and rolls over to 0 after 23 hours.
Steps to reproduce
Set up quick start container
POST tutorial job start
Edit tutorial job completed time to be >1h later
POST job complete
view job duration in UI
The text was updated successfully, but these errors were encountered:
Description of Problem
When having a run with a duration longer than 23 hours, the hours do not increment past 24, and instead roll back over to 0.
Additionally, when a job is >1h, it shows
hours
andseconds
but not minutes, leading to confusing metrics.Expected Behavior
Duration will show
start_time - end_time
in hours, minutes, and secondsObserved Behavior
Duration shows only hours and seconds, and rolls over to 0 after 23 hours.
Steps to reproduce
completed
time to be >1h latercomplete
The text was updated successfully, but these errors were encountered: