Keith
07/08/2022, 2:00 PMOOMError
but got around that by increasing the memory requested from k8s. Now I am stuck on having the ZombieKiller stop tasks that should be reporting back status since they continue to produce logs with the message No heartbeat detected from the remote task; marking the run as failed.
I have attempted to set the HEARTBEAT_MODE
to thread
and off
via the config.toml
file as well as in the KubernetesRun
environment variables but no matter the combination I setup I still run into heartbeat errors killing a process. I am curious if there is a way to send a heartbeat from within the code base or if there is another approach I should take to get around my time out issue. Cheers!Anna Geller
07/08/2022, 2:18 PMKeith
07/08/2022, 4:50 PMAnna Geller
07/11/2022, 7:44 PMRajeshwar Agrawal
07/13/2022, 10:09 AMAnna Geller
07/13/2022, 10:55 AM