mark as experimental

pull/18112/head
Eric Gribkoff 6 years ago
parent a2495502df
commit fbc4ea7d8e
  1. 2
      src/python/grpcio_health_checking/grpc_health/v1/health.py

@ -151,6 +151,8 @@ class HealthServicer(_health_pb2_grpc.HealthServicer):
This should be invoked when the server is entering a graceful shutdown
period. After this method is invoked, future attempts to set the status
of a service will be ignored.
This is an EXPERIMENTAL API.
"""
with self._lock:
if self._gracefully_shutting_down:

Loading…
Cancel
Save