chore: small improvements

This commit is contained in:
Nicolas Meienberger
2025-11-10 21:03:37 +01:00
parent bf33b15b3e
commit d31fa8d464
3 changed files with 2 additions and 16 deletions

View File

@@ -99,7 +99,6 @@ export type AppType = typeof app;
process.on("SIGTERM", async () => {
logger.info("SIGTERM received, starting graceful shutdown...");
await shutdown();
process.exit(0);
});