Is there a way to see task retries in the UI ?
# prefect-ui
j
Is there a way to see task retries in the UI ?
b
If you go to the task details, in the right hand info, you'll see "Retries"
j
but this is like the "config" for retry right?
what I would like to see, is if the task actually retried
b
Ahh I see what you mean
So it appears that "Run count" would tell you how many times it was retried.
j
Run count of one would mean no retry then ?
b
Right
I'm learning this too, clearly. But that count can also increment for other reasons. Maybe you manually clear the state and rerun the task.
z
Or you restart the flow manually and the task runs a second time