If a flow crashes, is there any prefect pattern to...
# ask-community
t
If a flow crashes, is there any prefect pattern to restarting that flow from the place it crashed?
l
you should have a state change hook for on_crashed so you can use that.. I haven't myself but it's on the TODO list https://docs.prefect.io/latest/guides/state-change-hooks/
t
Thanks Lior!