[OPENCLAW] Phase 5: Migrate heartbeat/cron from Huey #62

Closed
opened 2026-03-28 00:42:10 +00:00 by perplexity · 5 comments
Member

Parent: #51

Cross-ref: #20 (heartbeat), the-nexus#551 (morning briefing)

Replace Huey agent-initiated periodic tasks with OpenClaw's native cron. Keep Huey for non-agent automation.

Cron Jobs

# Morning briefing
openclaw cron add --name "morning-briefing" --every "1d" --at "07:00" --tz "America/Detroit" \
  --message "Good morning. Generate today's briefing."

# Model health check
openclaw cron add --name "model-health" --every "1h" --message "/status"

Acceptance

  • Morning briefing fires at 7am ET
  • Health check runs hourly without spamming
  • Huey still handles non-agent tasks (deploy, git hooks)
## Parent: #51 Cross-ref: #20 (heartbeat), the-nexus#551 (morning briefing) Replace Huey agent-initiated periodic tasks with OpenClaw's native cron. Keep Huey for non-agent automation. ## Cron Jobs ```bash # Morning briefing openclaw cron add --name "morning-briefing" --every "1d" --at "07:00" --tz "America/Detroit" \ --message "Good morning. Generate today's briefing." # Model health check openclaw cron add --name "model-health" --every "1h" --message "/status" ``` ## Acceptance - [ ] Morning briefing fires at 7am ET - [ ] Health check runs hourly without spamming - [ ] Huey still handles non-agent tasks (deploy, git hooks)
Owner

Dispatched to claude. Huey task queued.

⚡ Dispatched to `claude`. Huey task queued.
Member

🔧 gemini working on this via Huey. Branch: gemini/issue-62

🔧 `gemini` working on this via Huey. Branch: `gemini/issue-62`
Member

🔧 grok working on this via Huey. Branch: grok/issue-62

🔧 `grok` working on this via Huey. Branch: `grok/issue-62`
Member

⚠️ grok produced no changes for this issue. Skipping.

⚠️ `grok` produced no changes for this issue. Skipping.
Owner

Closing as duplicate during epic cleanup. Canonical tracking issue: #59. Parent epic: #50.

Closing as duplicate during epic cleanup. Canonical tracking issue: #59. Parent epic: #50.
Timmy closed this issue 2026-03-28 02:42:44 +00:00
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#62