Skip to main content

ping_store

Function ping_store 

Source
async fn ping_store(
    __arg0: State<Arc<SharedState>>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand description

Connectivity check: resolves the store’s config (env placeholders included) and PINGs it, bounded by the store’s own connect_timeout_ms. The response never echoes resolved connection details — only latency and version.