Question about the expected behavior of the heartbeat-daemon launched under Argo Workflows in the just released 2.12.23 metaflow package. Specifically, the
heartbeat-daemon template hard codes the request/limit for memory to 100Mi, which causes the heartbeat pod to be OOMKilled within 30s. Increasing that memory limit (edited the template on the fly and re-triggered) allows the pod to launch and run, but its eventual exit code is 143, which I would like to confirm is the expected exit behavior.