What does it mean when a Task has the `Running` st...
# prefect-community
m
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
….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
I think it was Retried by Prefect at some point?
k
If it’s a one off, you could change the state to success in the UI
m
It eventually finished for real!
So it was running, that's good!
k
Oh that’s odd