fix(host): 心跳更新失败仅记日志不再重复抛异常

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
augushong
2026-07-17 23:33:25 +08:00
parent 17ef7af860
commit ccb7540356

View File

@@ -96,7 +96,6 @@ class HostServiceBase
} }
} catch (\Exception $e) { } catch (\Exception $e) {
Log::error("节点 [{$nodeId}] 心跳更新失败: " . $e->getMessage()); Log::error("节点 [{$nodeId}] 心跳更新失败: " . $e->getMessage());
throw $e;
} }
} }