Join Slack
Powered by
Hey prefect peeps, if a flow fails midway (say tas...
# ask-community
b
Ben Muller
06/17/2021, 11:14 AM
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
Amanda Wee
06/17/2021, 12:39 PM
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
25
Views
Open in Slack
Previous
Next