-
-
Notifications
You must be signed in to change notification settings - Fork 52.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary:
The cron scheduler is failing to execute any jobs automatically. While jobs are registered correctly and appear in the cron list, the scheduler does not fire at the scheduled nextRunAtMs. Manual cron run works, but the automated loop seems dead.
Environment:
- OpenClaw version: Latest
- OS: Linux 6.6.87.2-microsoft-standard-WSL2 (x64)
- Runtime: Node v24.13.0
Symptoms:
- Created a recurring job (
every: 60000) but it never executes. cron statusshows anextWakeAtMsin the past or far future that doesn't update.- Calling
cron(action="wake", mode="now")returns{ ok: true }but does NOT trigger pending jobs. - Manually checking
jobs.jsonshows the jobs exist and are enabled, but thestate.nextRunAtMsis ignored by the engine. - Even after a gateway restart, the scheduler remains stuck.
Reproducibility:
Consistent. Every new session and every new job fails to trigger automatically. This renders the automation capabilities of OpenClaw unusable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working