I've been quite confused by retries: from my readi...
# flyte-support
b
I've been quite confused by retries: from my reading of previous messages in here, your task will only get retried on
USER
errors if you raise
flytekit.exceptions.user.FlyteRecoverableException
? The docs example has
FlyteRecoverableException
without actually explaining its necessity (or importing it for that matter) https://www.union.ai/docs/flyte/user-guide/core-concepts/tasks/task-hardware-environment/retries-and-timeouts/ I'll make a PR if I have understood this right.
can adjust this if I'm mistaken https://github.com/unionai/docs/pull/410
c
Thanks, this has been a recurring point of confusion