I’m seeing this line in error message of a workflo...
# ask-the-community
x
I’m seeing this line in error message of a workflow in the UI
Copy code
[4/4] currentAttempt done. Last Error: USER::[1/1] currentAttempt done. Last Error: USER::Traceback
Where are these two
currentAttempt
set?
x
Thanks! any documentation on how to set the maxAttempts (or MinAttempts)? Default is 4, I guess?
IIRC, minAttempts is set in flytekit.
Copy code
@task(retries=1,...
x
interesting, so a task could retry more than
minAttempts
up until
max-workflow-retries
?
155 Views