Skip to content

Commit d68fbd1

Browse files
Omarabdul3zizashraffouda
authored andcommitted
disable failing uptime report if node is unreachable (#2382)
1 parent 93640c5 commit d68fbd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/power/uptime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func isNodeHealthy() bool {
126126
}
127127
if app.CheckFlag(app.NotReachable) {
128128
log.Error().Msg("node can not reach grid services")
129-
healthy = false
129+
// healthy = false // disabled for now
130130
}
131131
return healthy
132132
}

0 commit comments

Comments
 (0)