openclaw - 💡(How to fix) Fix Heartbeat rarely fires after upgrading to 2026.4.2 with MiniMax model [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#60916Fetched 2026-04-08 02:45:44
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
RAW_BUFFERClick to expand / collapse

Bug: Heartbeat triggering becomes very infrequent or stops after upgrading to 2026.4.2 with minimax/MiniMax-M2.7-highspeed. Previously worked normally with deepseek-reasoner.

Environment:

  • OpenClaw 2026.4.2
  • Platform: Windows
  • Primary model: minimax/MiniMax-M2.7-highspeed
  • Fallback chain: deepseek/deepseek-reasoner and others
  • Heartbeat config: target=last (injects into main session, NOT a separate session)

Heartbeat Configuration:

  • every: 30m
  • target: last
  • activeHours: 08:00-23:00
  • No explicit heartbeat.model set (uses default primary)

Analysis:

  • sessions.json shows NO heartbeat-related session keys
  • No fallbackNotice fields found
  • Multiple related heartbeat bugs exist: #32983, #59996, #58484

Question: Could pre-compaction memory operations cause sessions_history to be lost, affecting heartbeat triggering mechanism?

extent analysis

TL;DR

Check the sessions.json file for any signs of session key loss or corruption after upgrading to OpenClaw 2026.4.2, which might be related to pre-compaction memory operations affecting the heartbeat triggering mechanism.

Guidance

  • Review the OpenClaw documentation and release notes for 2026.4.2 to see if there are any known issues or changes related to session management or heartbeat configuration.
  • Investigate the possibility of session key loss or corruption by analyzing the sessions.json file and checking for any errors or inconsistencies.
  • Consider setting an explicit heartbeat.model to see if it makes a difference in the heartbeat triggering behavior.
  • Look into the related heartbeat bugs (#32983, #59996, #58484) to see if any of the fixes or workarounds might apply to this situation.

Example

No code snippet is provided as there is no clear indication of a specific code-related issue.

Notes

The issue seems to be related to the upgrade to OpenClaw 2026.4.2 and the use of the minimax/MiniMax-M2.7-highspeed model. The question about pre-compaction memory operations suggests that there might be some underlying issues with session management or memory handling.

Recommendation

Apply workaround: Try setting an explicit heartbeat.model and monitor the behavior to see if it resolves the issue, as this might help isolate the problem and provide more insight into the underlying cause.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING