Join Slack
Powered by
If a flow crashes, is there any prefect pattern to...
# ask-community
t
Tom Matthews
12/12/2023, 9:24 AM
If a flow crashes, is there any prefect pattern to restarting that flow from the place it crashed?
l
Lior Barak
12/12/2023, 3:00 PM
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
Tom Matthews
12/12/2023, 3:04 PM
Thanks Lior!
2
Views
Open in Slack
Previous
Next