Skip to content

Commit

Permalink
disable failing uptime report if node is unreachable (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz authored and ashraffouda committed Jul 22, 2024
1 parent 93640c5 commit d68fbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/power/uptime.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func isNodeHealthy() bool {
}
if app.CheckFlag(app.NotReachable) {
log.Error().Msg("node can not reach grid services")
healthy = false
// healthy = false // disabled for now
}
return healthy
}

0 comments on commit d68fbd1

Please sign in to comment.