Function standalone

Source
pub async fn standalone(
    __arg0: ParsedStandaloneOpts,
    shutdown: CancellationToken,
)
Expand description

For standalone mode, we can configure and start multiple services in one process. standalone mode is meant to be used by our cloud service and docker, where we can configure and start multiple services in one process.

Services are started in the order of meta, compute, frontend, then compactor. When the shutdown token is signaled, all services will be stopped gracefully in the reverse order.