-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
[Bug]: openclaw cron status reports legacy storePath #91766
Copy link
Copy link
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingbug:behaviorIncorrect behavior without a crashIncorrect behavior without a crashclawsweeper:fix-shape-clearClawSweeper found a clear likely implementation shape for this issue.ClawSweeper found a clear likely implementation shape for this issue.clawsweeper:queueable-fixClawSweeper marked this issue as an existing queue_fix_pr work candidate.ClawSweeper marked this issue as an existing queue_fix_pr work candidate.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug type
Behavior bug (incorrect output/state without crash)
Beta release blocker
No
Summary
Hello,
Since 2026.6.1 cron jobs are stored in the state database (~/.openclaw/state/openclaw.sqlite). However the openclaw cron cli shows the legacy storePath:
OpenClaw 2026.6.5 (unknown) — I can't fix your code taste, but I can fix your build and your backlog.
│
◇
{
"enabled": true,
"storePath": "/home/node/.openclaw/cron/jobs.json",
"jobs": 6,
"nextWakeAtMs": 1781067600000
}
This was discovered by my claw when I asked it about the cron jobs.
This will confuse users and the agent into thinking the legacy json file is still the authoritative location for the cron job configurations.
Steps to reproduce
Run openclaw cron status
Expected behavior
storePath should reference the new state database instead of the legacy json file.
Actual behavior
Legacy json file is referenced.
OpenClaw version
2026.6.1
Operating system
Ubuntu 24.04
Install method
docker
Model
n/a
Provider / routing chain
n/a
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response