mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Double shutdown doesn't help! (#2828)
Fixes the fact that the HTTPS server wouldn't shut down while OTLP export was enabled.
This commit is contained in:
parent
073ed403ed
commit
a8b47f50d7
|
@ -389,8 +389,6 @@ pub async fn create_https_server(
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
opentelemetry::global::shutdown_tracer_provider();
|
|
||||||
|
|
||||||
info!("Stopped {}", super::TaskName::HttpsServer);
|
info!("Stopped {}", super::TaskName::HttpsServer);
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue