mirror of
https://github.com/openclaw/clawdinators.git
synced 2026-07-21 09:15:21 -04:00
[PR #6] [MERGED] fix(cron): use wakeMode 'now' for immediate execution #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/cron-wakemode-now📝 Commits (1)
ba08061fix(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-heartbeatonly queues the event for the next natural heartbeat poll. Cron job at 00:00 UTC didn't execute.Fix
Change to
wakeMode: nowfor immediate execution when cron fires.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.