mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 06:41:08 +00:00
fix(heartbeat): update task timestamps on alerts-disabled exit
Fixes: #3034825973
This commit is contained in:
committed by
Peter Steinberger
parent
dbfb0b5618
commit
e0634aab66
@@ -957,6 +957,8 @@ export async function runHeartbeatOnce(opts: {
|
||||
}
|
||||
|
||||
if (!visibility.showAlerts) {
|
||||
heartbeatSuccess = true;
|
||||
await updateTaskTimestamps();
|
||||
await restoreHeartbeatUpdatedAt({
|
||||
storePath,
|
||||
sessionKey,
|
||||
|
||||
Reference in New Issue
Block a user