Join Slack
Powered by
Hi! can I force prefect to re-run the entire flow...
# ask-community
d
Dotan Asselmann
08/25/2021, 11:54 AM
Hi! can I force prefect to re-run the entire flow when task failed? instead of continuing from the failing task on the retry?
g
Greg Roche
08/25/2021, 12:23 PM
If you need to rerun the entire flow, is there any reason you couldn't just start a new flow run?
k
Kevin Kho
08/25/2021, 1:59 PM
Like what Greg is saying, you will need a new Flow run. It is possible to create a new flow run in the Flow
state_handler
if it fails, but there is a risk here of an infinite loop
3
Views
Open in Slack
Previous
Next