Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pg): Remove SIGINT capture and allow default node clean up (#1687)
This is to address an issue when using a private db for more than 10 minutes, and ctrl+c fails to exit. This commit removes an empty handler for SIGINT which ends up preventing the default handling. https://heroku.support/939668
- Loading branch information