Monitor Heartbeats
Use heartbeat.missed.count to detect OpenClaw workers or scheduled tasks that stopped running when they should have emitted activity.
Starter policy:
heartbeat.missed.countwithsum > 0inday
This is one of the cleanest ways to alert on silent failures without building separate liveness infrastructure first.
Last updated on