Heartbeat could use a mode in which it starts, runs each monitor exactly once, then exits.
This was mostly accomplished in #25972
But now I'm thinking it would be better to just put all the monitors in heartbeat.monitors and add a new heartbeat.run_once: true boolean that just changes the way heartbeat.monitors is handled instead.
This is experimental.
Heartbeat could use a mode in which it starts, runs each monitor exactly once, then exits.
This was mostly accomplished in #25972
But now I'm thinking it would be better to just put all the monitors in
heartbeat.monitorsand add a newheartbeat.run_once: trueboolean that just changes the wayheartbeat.monitorsis handled instead.This is experimental.