The client.py module#

Summary#

SpeosClient

Wraps a speos gRPC connection.

wait_until_healthy

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:
channelChannel

Channel to wait until established and healthy.

timeoutfloat

Timeout in seconds. One attempt will be made each 100 milliseconds until the timeout is exceeded.

Raises:
TimeoutError

Raised when the total elapsed time exceeds timeout.

client.DEFAULT_HOST = 'localhost'#
client.DEFAULT_PORT = '50098'#