-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reworks the production system to: - Exit on an uncaught exception. This will allow systemd to restart the application when an uncaught error occurs instead of it continuing to run with a dead thread - Attempt to log the uncaught exception locally as well - Don't let an exception when reporting the uncaught exception prevent the exit from occurring - Exit when an error occurs at startup
- Loading branch information
Showing
2 changed files
with
38 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters