gRPC Health Checking

Module Contents

class grpc_health.v1.health.HealthServicer[source]

Servicer handling RPCs for service statuses.

set(service, status)[source]

Sets the status of a service.

Parameters:
  • service – string, the name of the service. NOTE, ‘’ must be set.
  • status – HealthCheckResponse.status enum value indicating the status of the service