From fbc4ea7d8efa1081613fb79ac3d66331c8381670 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Wed, 20 Feb 2019 16:00:11 -0800 Subject: [PATCH] mark as experimental --- src/python/grpcio_health_checking/grpc_health/v1/health.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/python/grpcio_health_checking/grpc_health/v1/health.py b/src/python/grpcio_health_checking/grpc_health/v1/health.py index 04ea3b4ecfb..3d8c16ee1b6 100644 --- a/src/python/grpcio_health_checking/grpc_health/v1/health.py +++ b/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: