https://prefect.io logo
#prefect-community
Title
# prefect-community
m

Matt Alhonte

04/28/2022, 1:34 AM
What does it mean when a Task has the
Running
state but also has an
End Time
and the
Duration
isn't ticking up? Example:
k

Kevin Kho

04/28/2022, 1:37 AM
….that’s pretty odd. I would guess something explicitly changed it’s state to Running after it was labelled as finished. Or did the process re-run due to Dask recovery? Do you have clue about those?
m

Matt Alhonte

04/28/2022, 1:37 AM
I think it was Retried by Prefect at some point?
k

Kevin Kho

04/28/2022, 2:17 AM
If it’s a one off, you could change the state to success in the UI
m

Matt Alhonte

04/28/2022, 2:22 AM
It eventually finished for real!
So it was running, that's good!
k

Kevin Kho

04/28/2022, 2:42 AM
Oh that’s odd
7 Views