We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb47227 commit 9da3735Copy full SHA for 9da3735
service/history/handler.go
@@ -225,7 +225,7 @@ func (h *Handler) DeepHealthCheck(
225
return &historyservice.DeepHealthCheckResponse{State: enumsspb.HEALTH_STATE_SERVING}, nil
226
}
227
228
-// checkHistoryHealthSignal checks the history health signal that is captured by the interceptor.
+// checkHistoryHealthSignals checks the history health signal that is captured by the interceptor.
229
func (h *Handler) checkHistoryHealthSignals() *historyservice.DeepHealthCheckResponse {
230
// Check that the RPC latency doesn't exceed the threshold.
231
if _, ok := h.historyHealthSignal.(*interceptor.NoopSignalAggregator); ok {
0 commit comments