pub async fn startup(
    gateway_name: &str,
    servers: Vec<SgServerInst>
) -> TardisResult<()>