How to keep app running then connection to db was lost? For now deno process is just die. ``` //connect ot DB var db=await connect(...) const app = new App() app.use((req,res)=>{...}) ```