-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
All cron operations (via tool or CLI) timeout after 10 seconds with a gateway websocket error.
Steps to Reproduce
- Have a running gateway with cron jobs configured
- Attempt any cron operation:
openclaw cron listopenclaw cron remove <job-id>- Or via the agent cron tool
Expected Behavior
Cron operations should complete normally.
Actual Behavior
Error: gateway timeout after 10000ms
Gateway target: ws://127.0.0.1:18789
Source: local loopback
Config: /Users/moltbot/.openclaw/openclaw.json
Bind: loopback
Workaround
Manually edit ~/.openclaw/cron/jobs.json while the gateway is fully unloaded:
launchctl unload ~/Library/LaunchAgents/ai.openclaw.gateway.plist
echo '{"version":1,"jobs":[]}' > ~/.openclaw/cron/jobs.json
rm -f ~/.openclaw/cron/jobs.json.bak
launchctl load ~/Library/LaunchAgents/ai.openclaw.gateway.plistNote: launchctl stop does not work because KeepAlive restarts the gateway immediately, and it overwrites jobs.json on shutdown.
Environment
- OpenClaw version: 2026.1.30
- OS: macOS (Darwin 24.6.0 arm64)
- Node: v25.5.0
- Gateway mode: local, loopback bind
Additional Context
The cron jobs themselves run fine (scheduled tasks execute). Only the management operations (list/add/remove) fail via the websocket interface.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working