Hey Prefect Community 👋
Our team is using spot instances and testing fault tolerance on k8s, it appears that Prefect flows are unable to recover from infra being yanked. The flows just fail in a crashed state. Has anyone successfully handled this issue? I've seen various open issues on github about this. Perhaps implementing our own logic for
on_crash
might be the only solution?
Thanks!