simplify request handler task base

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-30 09:28:34 +00:00
parent ff8bbd4cfa
commit 69837671bb
6 changed files with 35 additions and 76 deletions

View file

@ -125,7 +125,6 @@ async fn handle_shutdown(server: Arc<Server>, tx: Sender<()>, handle: axum_serve
let timeout = Duration::from_secs(36);
debug!(
?timeout,
spawn_active = ?server.metrics.requests_spawn_active.load(Ordering::Relaxed),
handle_active = ?server.metrics.requests_handle_active.load(Ordering::Relaxed),
"Notifying for graceful shutdown"
);