mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
Agents: fix heartbeat rebase conflict (#74189)
This commit is contained in:
committed by
Vignesh
parent
f569ed0803
commit
7451415f36
@@ -1852,8 +1852,11 @@ export function startHeartbeatRunner(opts: {
|
||||
});
|
||||
continue;
|
||||
}
|
||||
if (commitmentRes.status === "skipped" && commitmentRes.reason === "requests-in-flight") {
|
||||
requestsInFlight = true;
|
||||
if (
|
||||
commitmentRes.status === "skipped" &&
|
||||
isRetryableHeartbeatBusySkipReason(commitmentRes.reason)
|
||||
) {
|
||||
retryableBusySkip = true;
|
||||
return commitmentRes;
|
||||
}
|
||||
if (commitmentRes.status === "ran") {
|
||||
|
||||
Reference in New Issue
Block a user