https://prefect.io logo
Title
j

Jean-Michel Provencher

02/23/2023, 4:07 PM
Is there a way to see task retries in the UI ?
b

Brandon Reid

02/23/2023, 4:24 PM
If you go to the task details, in the right hand info, you'll see "Retries"
j

Jean-Michel Provencher

02/23/2023, 4:26 PM
but this is like the "config" for retry right?
what I would like to see, is if the task actually retried
b

Brandon Reid

02/23/2023, 4:29 PM
Ahh I see what you mean
So it appears that "Run count" would tell you how many times it was retried.
j

Jean-Michel Provencher

02/23/2023, 4:58 PM
Run count of one would mean no retry then ?
b

Brandon Reid

02/23/2023, 4:59 PM
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

Zanie

02/23/2023, 5:32 PM
Or you restart the flow manually and the task runs a second time