#Cron jobs on Sonnet 4.6 timeout, but don't timeout on Opus 4.6
1 messages · Page 1 of 1 (latest)
Yep — there have been bug reports in this exact area.
Most relevant ones:
- https://github.com/openclaw/openclaw/issues/57206 (“Isolated cron sessions ignore model override (LiveSessionModelSwitchError)”)
- https://github.com/openclaw/openclaw/issues/57581 (duplicate report; same Sonnet/Opus model-switch pattern causing cron timeouts)
Fixes landed in:
- https://github.com/openclaw/openclaw/pull/57972 (included in
v2026.3.31+) - later hardening in https://github.com/openclaw/openclaw/pull/60266 (in
v2026.4.5)
Can you share openclaw --version?
If you’re below 2026.4.5, update first — that’s the most likely reason you’re still seeing this.
If you’re already on latest, grab one failing run log and check for LiveSessionModelSwitchError; if present on latest, that’s likely a new regression and should be filed here: https://github.com/openclaw/openclaw/issues
2026.4.2