-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial signal watcher to kill app (#106)
* Add initial signal watcher to kill app In practice not responding to SIGINT caused end users to forcefully shut down the underlying architecture running the application. This could mean forcefully killing docker containers as oppoased to gracefully handling exit requests. This submits an initial, untested, implementation to watch for signals to quit the app. * put a wrapper around pcntl extension for now * better extension checking * make sure var is defined
- Loading branch information
Showing
1 changed file
with
20 additions
and
3 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