Skip to content

Commit

Permalink
skip overwriting message
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 30, 2024
1 parent f89d124 commit c6e0f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
if progressing == false and degraded == false and status_unknown == 0 and status_false == 0 then
health_status.status = "Healthy"
msg = "InferenceService is healthy."
# msg = "InferenceService is healthy."
elseif progressing == true and status_unknown >= 0 then
health_status.status = "Progressing"
else
Expand Down

0 comments on commit c6e0f2b

Please sign in to comment.