[PR #6] [MERGED] fix(cron): use wakeMode 'now' for immediate execution #8

Closed
opened 2026-02-15 17:17:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawdinators/pull/6
Author: @clawdinator[bot]
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @joshp123

Base: mainHead: fix/cron-wakemode-now


📝 Commits (1)

  • ba08061 fix(cron): use wakeMode 'now' for immediate execution

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 clawdinator/cron-jobs.json (+1 -1)

📄 Description

Problem

wakeMode: next-heartbeat only queues the event for the next natural heartbeat poll. Cron job at 00:00 UTC didn't execute.

Fix

Change to wakeMode: now for immediate execution when cron fires.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawdinators/pull/6 **Author:** [@clawdinator[bot]](https://github.com/apps/clawdinator) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@joshp123](https://github.com/joshp123) **Base:** `main` ← **Head:** `fix/cron-wakemode-now` --- ### 📝 Commits (1) - [`ba08061`](https://github.com/openclaw/clawdinators/commit/ba08061d608151a6667b193e3db0bef0e82b1b6f) fix(cron): use wakeMode 'now' for immediate execution ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `clawdinator/cron-jobs.json` (+1 -1) </details> ### 📄 Description ## Problem `wakeMode: next-heartbeat` only queues the event for the next natural heartbeat poll. Cron job at 00:00 UTC didn't execute. ## Fix Change to `wakeMode: now` for immediate execution when cron fires. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:42 -05:00
yindo closed this issue 2026-02-15 17:17:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawdinators#8