https://prefect.io logo
m

Matthias

08/04/2020, 7:02 AM
Hi! Is there a way to kill a flow run after a defined time? E.g. I want to kill a flow if it runs for 30 minutes, as my expected run time is around 10 minutes. This usually means something outside of my control is not working and I would just wait for the next scheduled run to happen. Any ideas? Thanks!
r

raphBL

08/04/2020, 7:15 AM
If you’re using Prefect Cloud, there’s a “Zombie killer” that does that for you ! 🧟 (killing worker when no heartbeat)
m

Matthias

08/04/2020, 7:19 AM
I should’ve clarified, I am using Prefect Core on my own server