Closed mjward closed 8 years ago
Payables was getting zombie processes when killing the main processes. This keeps track of the forked process pids and traps SIGTERM, and explicitly sends a SIGTERM down to the child process.
Tested locally with OSX and on AWS with Ubuntu.
👍
@createdbypete had planned to :)
Payables was getting zombie processes when killing the main processes. This keeps track of the forked process pids and traps SIGTERM, and explicitly sends a SIGTERM down to the child process.
Tested locally with OSX and on AWS with Ubuntu.