Skip to content

Commit 932a97f

Browse files
kfswainyangligt2
authored andcommitted
Update cmd/epp/runner/health.go
1 parent 33cf57e commit 932a97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/epp/runner/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (s *healthServer) Check(ctx context.Context, in *healthPb.HealthCheckReques
6969
checkName = "liveness"
7070
// Any pod that is running and can respond to this gRPC check is considered "live".
7171
// The datastore sync status should not affect liveness, only readiness.
72-
// This is to prevent the non-leader node from continurouse restarts
72+
// This is to prevent the non-leader node from continuous restarts
7373
isPassing = true
7474
case extProcPb.ExternalProcessor_ServiceDesc.ServiceName:
7575
// The main service is considered ready only on the leader.

0 commit comments

Comments
 (0)