daisy / pipeline-ui

A user interface for the DAISY Pipeline 2
MIT License
5 stars 2 forks source link

job progress not displayed correctly #239

Closed marisademeglio closed 1 week ago

marisademeglio commented 1 week ago

Versus the CLI which shows it correctly based on what the web service is reporting. @bertfrees can you add any more details here? Are you seeing job progress in the UI just not finely-grained enough? As in, it goes from 0-100 with nothing in between? Or it's not shown at all?

It may be a display issue or it could be related to the web service polling interval.

bertfrees commented 1 week ago

The progress goes from not being displayed at all to "Progress: 100%" when the status changes to "Status: Completed".

marisademeglio commented 1 week ago

This fix is in the test build: https://github.com/daisy/pipeline-ui/actions/runs/9726989779

bertfrees commented 1 week ago

Seems to be fixed.