PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
17.67k stars 1.65k forks source link

When retrying a failed flow run, the running time is not updated #8570

Open knl opened 1 year ago

knl commented 1 year ago

First check

Bug summary

When retrying a failed flow run, the running time is not updated. It remains at the value it was when the task originally failed.

Reproduction

For a failed flow run, click on "Retry". Observe that the running time is not updated.

Error

Screen Shot 2023-02-17 at 11 25 52

Browers

Prefect version

Version:             2.8.1
API version:         0.8.4
Python version:      3.7.9
Git commit:          920d07a0
Built:               Thu, Feb 16, 2023 12:27 PM
OS/Arch:             linux/x86_64
Profile:             default
Server type:         ephemeral
Server:
  Database:          sqlite
  SQLite version:    3.39.3

Additional context

No response

WillRaphaelson commented 1 year ago

I was able to reproduce this as well, thanks for the submission @knl

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. To keep this issue open remove stale label or comment.