夜间自治稳定性:停止条件 + 检查点 + 权限边界
夜间失败常见根因是控制平面缺失。可执行做法:确定性调度、最大迭代次数、预检检查点、审批门禁。
REDDITDiscovered 2026-02-14Author u/Advanced_Pudding9228
Prerequisites
- Gateway is always-on with heartbeat/cron available.
- Destructive actions can be routed to human approval.
Steps
- Use deterministic triggers (cron/heartbeat), not ad-hoc long chats.
- Set done/abort criteria and max-iteration caps per task type.
- Write pre-flight checkpoints before risky multi-step operations.
- Require manual approval for delete/deploy/security-impacting actions.
Commands
openclaw gateway statusopenclaw logs --local-timeopenclaw cron listVerify
Overnight runs complete without infinite loops and with recoverable checkpoints.
Caveats
- This is architectural guidance from community discussion (需验证).
- Overly strict limits may reduce throughput; tune gradually.
Source attribution
This tip is aggregated from community/public sources and preserved with attribution.
Open original source ↗