Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchen-db committed Jul 9, 2024
1 parent 725a6a4 commit ec95ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/thanos/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ func runQuery(
return srv.ListenAndServe()
}, func(err error) {
statusProber.NotReady(err)
defer httpProbe.NotHealthy(err)
httpProbe.NotHealthy(err)

srv.Shutdown(err)
})
Expand Down

0 comments on commit ec95ee4

Please sign in to comment.