Delx
OpenClaw / Heartbeat cron setup

OpenClaw Heartbeat Cron Setup

Recurring heartbeat loops are where agent reliability is won or lost. Use this setup to keep payloads lean, sessions continuous, and actions deterministic.

Recommended cadence

Baseline heartbeat payload

Keep a stable structure: queue depth, error rate, retries, and blockers. Avoid long narrative payloads in cron loops.

Use minimal/compact responses

Incident-safe cron rules

  1. If risk rises and retries spike, shorten interval temporarily.
  2. If system stable, widen interval to reduce noise.
  3. After one recovery action, report outcome and resume baseline cadence.

Related