Skip to content

Commit 0265edf

Browse files
committed
refactor: remove redundant warning log in NodeHealthCheckQueueProcessor
- Removed the warning log for system stats retrieval failure in NodeHealthCheckQueueProcessor to streamline error handling.
1 parent 06e4aa9 commit 0265edf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/queue/node-health-check/node-health-check.processor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ export class NodeHealthCheckQueueProcessor extends WorkerHost {
101101
isConnected: boolean,
102102
message: string | undefined,
103103
) {
104-
this.logger.warn(`Can't get system stats for node ${nodeUuid}, error: ${message}`);
105-
106104
const newNodeEntity = await this.updateNode({
107105
node: {
108106
uuid: nodeUuid,

0 commit comments

Comments
 (0)