handle config errors gracefully

This commit is contained in:
Dax Raad
2025-11-13 18:59:09 -05:00
parent 92604b391b
commit 340966195b
4 changed files with 45 additions and 25 deletions

View File

@@ -43,6 +43,7 @@ export const rpc = {
}
},
async shutdown() {
Log.Default.info("worker shutting down")
await Instance.disposeAll()
await server.stop(true)
},