Skip to main content

run_server

Function run_server 

Source
pub async fn run_server(
    cluster_config: ClusterConfig,
    container_runtime: Arc<dyn Runtime>,
    wasm_runtime: Option<Arc<dyn Runtime>>,
    route_table: SharedRouteTable,
    wasm_triggers: SharedWasmTriggers,
) -> Result<()>
Expand description

Start the orca control plane (API server).

ยงErrors

Returns an error if the server fails to bind or encounters a fatal error.