← View index

Heartbeat Schedule Alignment — 08:00 / 08:15 check

過去レポートのView/ソース規律バックフィルで生成したView。

Conclusion

The mechanical heartbeat guard is healthy, but it is anchored to :15/:45, not :00/:30.

So for the owner question:

This is not an execution failure; it is a schedule-anchor mismatch.

Evidence

Read-only checks run on 2026-05-11 10:35 JST:

- 2026-05-11 07:15:45 JST -> NO_REPLY

- 2026-05-11 07:45:45 JST -> heartbeat housekeeping alert

- 2026-05-11 08:15:45 JST -> NO_REPLY

- 2026-05-11 08:45:45 JST -> NO_REPLY

- 2026-05-11 09:15:45 JST -> autonomy alert

Fix plan requiring approval

To align owner expectations with predictable clock times, change only the mechanical heartbeat guard cron from interval-anchored every 30m to exact clock cron:

openclaw cron edit 1ad6dd1d-fe92-49c6-ab0c-1bd5aca9948b --cron '0,30 * * * *' --tz Asia/Tokyo --exact

Expected effect:

Why not apply automatically:

Verification after approval

After the cron edit, verify with:

openclaw cron show 1ad6dd1d-fe92-49c6-ab0c-1bd5aca9948b --json
openclaw cron runs --id 1ad6dd1d-fe92-49c6-ab0c-1bd5aca9948b --json
python3 scripts/task_ledger.py lint

Expected schedule after edit:

{"kind":"cron","expr":"0,30 * * * *","tz":"Asia/Tokyo"}
質問したい箇所を選択
この箇所について質問
✓ 質問を送信しました