https://flyte.org logo
#ask-the-community
Title
# ask-the-community
x

Xinzhou Liu

05/13/2023, 4:46 AM
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

Xinzhou Liu

05/13/2023, 5:59 PM
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

Xinzhou Liu

05/13/2023, 6:30 PM
interesting, so a task could retry more than
minAttempts
up until
max-workflow-retries
?
6 Views