The client.py
module#
Summary#
Wraps a speos gRPC connection. |
Wait until a channel is healthy before returning. |
Description#
Provides a wrapped abstraction of the gRPC proto API definition and stubs.
Module detail#
- client.wait_until_healthy(channel, timeout)#
Wait until a channel is healthy before returning.
- Parameters:
- Raises:
TimeoutError
Raised when the total elapsed time exceeds
timeout
.
- client.DEFAULT_HOST = 'localhost'#
- client.DEFAULT_PORT = '50098'#