mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:50:44 +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) {
|
if (!visibility.showAlerts) {
|
||||||
|
heartbeatSuccess = true;
|
||||||
|
await updateTaskTimestamps();
|
||||||
await restoreHeartbeatUpdatedAt({
|
await restoreHeartbeatUpdatedAt({
|
||||||
storePath,
|
storePath,
|
||||||
sessionKey,
|
sessionKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user