Actions
Task #5651
closedBug #3989: [Workbench] [DRAFT] Fix clock/node time reporting on Workbench pipeline page
Fix reported scaling factor for failed jobs (see notes)
Status:
Closed
Priority:
Normal
Assigned To:
-
Target version:
-
Description
For example, su92l-d1hrv-wo4tw2o83t7o0h8, where the scaling factor (and compute time used by the failed job) keeps increasing.
Updated by Brett Smith almost 11 years ago
- Category set to Workbench
- Story points set to 0.5
app/views/pipeline_instances/_running_component.html.erb sums the runtime of each component task. If the task doesn't have its finished_at attribute set, the code uses Time.now. That code should probably fall back to the job's finished_at if that's set.
We may also want to see about ensuring each task's finished_at is set in crunch-job, although I think there's at least one theoretical corner case where it's not supposed to be. (Just off the top of my head—I might be misremembering.)
Updated by Tom Clegg almost 11 years ago
- Tracker changed from Bug to Task
- Subject changed from [Workbench] Workbench misreports scaling factor for failed jobs to Fix reported scaling factor for failed jobs (see notes)
- Parent task set to #3989
Updated by Peter Amstutz about 2 years ago
- Remaining (hours) set to 0.0
- Status changed from New to Closed
Actions