-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui: workflow duration keeps changing for failed workflows #386
Labels
Comments
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Jan 18, 2024
…nahub#387) Fix the way in which the duration of failed workflows is calculated, to use the time at which the run was finished rather than the current time. Closes reanahub#386.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Jan 18, 2024
…nahub#387) Fix the way in which the duration of failed workflows is calculated, to use the time at which the run was finished rather than the current time. Closes reanahub#386.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Jan 24, 2024
…nahub#387) Fix the way in which the duration of failed workflows is calculated, to use the time at which the run was finished rather than the current time. Closes reanahub#386.
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Jan 24, 2024
…nahub#387) Fix the way in which the duration of failed workflows is calculated, to use the time at which the run was finished rather than the current time. Closes reanahub#386
giuseppe-steduto
added a commit
to giuseppe-steduto/reana-ui
that referenced
this issue
Jan 25, 2024
…anahub#387) Fix the way in which the duration of failed workflows is calculated, to use the time at which the run was finished rather than the current time. Closes reanahub#386
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When looking at the details of a failed workflow, either in the workflow list page or in the workflow details page, the workflow duration keeps updating as time goes by.
For example, in a workflow like this:
After refreshing the page (either manually or automatically by the REANA UI), the new duration will be different, e.g.
failed after 6h 12m 59s
. This should not happen, as that value indicates the duration of the workflow, and that's not supposed to change after the workflow terminates its execution (regardless of the status).The issue seems to present itself only with failed workflows.
The text was updated successfully, but these errors were encountered: