steren’s avatarsteren’s Twitter Archive—№ 3,987

  1. …in reply to @gohighlevel
    gohighlevel If the crash is due to an unhandled exception, you should use try/catch around the part that broken, and you can also use a global exception handler that will log the error. If your app crashes, App Engine should create a new instance to handle the next request.