mirror of https://github.com/openclaw/openclaw.git
fix(heartbeat): update task timestamps on alerts-disabled exit
Fixes: #3034825973
This commit is contained in:
parent
dbfb0b5618
commit
e0634aab66
|
|
@ -957,6 +957,8 @@ export async function runHeartbeatOnce(opts: {
|
|||
}
|
||||
|
||||
if (!visibility.showAlerts) {
|
||||
heartbeatSuccess = true;
|
||||
await updateTaskTimestamps();
|
||||
await restoreHeartbeatUpdatedAt({
|
||||
storePath,
|
||||
sessionKey,
|
||||
|
|
|
|||
Loading…
Reference in New Issue