jolly-florist-66728
11/27/2024, 6:16 PMpyflyte-execute
but wanted to confirm since I don't think this is documented
# Answer
Retries for user errors in Flyte are configurable and can be applied to tasks, including those using raw containers. According to the Flyte documentation, user errors are typically due to issues in user-defined code and can be retried by setting the retries
attribute in the task decorator. However, for raw containers, the retry mechanism might not behave as expected if the container does not handle exceptions in a way that Flyte can interpret as recoverable or non-recoverable.
Would you like more details on how retries are configured or how they might differ for raw containers?
Sources:
- Flyte Documentation on Retries
Slack Link
https://flyte.slack.com/archives/CP2HDHKE1/p1732731386.825959 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.