server_client

server_client#

Send requests to tierkreis server to execute a graph.

Functions

async_to_sync

Converts an asynchronous function into a synchronous one by running it on a new async event loop in a newly created thread.

Classes

ServerRuntime

Client for a tierkreis server connected over a GRPC channel.

Exceptions

InputConversionError(input_name, value)

RuntimeHTTPError(endpoint, code, content)

Error while communicating with tierkreis server.

RuntimeLaunchFailed

Starting server locally failed.