Hey prefect peeps, if a flow fails midway (say tas...
# ask-community
b
Hey prefect peeps, if a flow fails midway (say task 3 of 5) are we able to retry that task in order to get the flow to succeed or do we need to retry the entire flow from the beginning again?
a
You can set the task to automatically retry after a delay up to a maximum number of retries. You can also restart the flow such that it will restart from that failed task. https://docs.prefect.io/core/concepts/tasks.html#retries https://docs.prefect.io/orchestration/ui/flow-run.html#restarting
upvote 1
👍 1