Is it possible to increase zombie killer from 10 m...
# prefect-server
e
Is it possible to increase zombie killer from 10 mins to 15 mins for prefect-server?
k
Hey @ek, you would need to edit the source here . Why are you thinking of doing this?
e
well, I have a task that sometime runs longer than 10 mins
k
That shouldn’t kill the heartbeat. Do you get an error saying the heartbeat was lost or not found?
e
i’m getting something like this:
Copy code
Pod prefect-job-7c752673-45cmz failed.
	Container 'flow-container-punct' state: terminated
		Exit Code:: 137
		Reason: OOMKilled
k
This is saying that you ran out of memory though, which causes the heartbeat to die. And then the Prefect Zombie Killer is just alerting you that the pod died
e
ah ok good to know. let me investigate. thank you again Kevin!