Agents: fix heartbeat rebase conflict (#74189) · openclaw/openclaw@7451415
vignesh07
·
2026-04-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1852,8 +1852,11 @@ export function startHeartbeatRunner(opts: {
|
1852 | 1852 | }); |
1853 | 1853 | continue; |
1854 | 1854 | } |
1855 | | -if (commitmentRes.status === "skipped" && commitmentRes.reason === "requests-in-flight") { |
1856 | | -requestsInFlight = true; |
| 1855 | +if ( |
| 1856 | +commitmentRes.status === "skipped" && |
| 1857 | +isRetryableHeartbeatBusySkipReason(commitmentRes.reason) |
| 1858 | +) { |
| 1859 | +retryableBusySkip = true; |
1857 | 1860 | return commitmentRes; |
1858 | 1861 | } |
1859 | 1862 | if (commitmentRes.status === "ran") { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。