pub async fn startup_hot_reload(
    ip: String,
    port: u16,
    config: CrateConfig
) -> Result<()>