exiting connection pool gracefully

This commit is contained in:
Ruben Fiszel
2024-02-04 09:26:25 +01:00
parent 991b984c0c
commit bdebfb42a6
+2
View File
@@ -522,6 +522,8 @@ Windmill Community Edition {GIT_VERSION}
} else {
tracing::info!("Nothing to do, exiting.");
}
tracing::info!("Exiting connection pool");
db.close().await;
Ok(())
}