appsody / controller

Appsody controller running in the development container. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
2 stars 12 forks source link

Signal handler improved #51

Closed kewegner closed 4 years ago

kewegner commented 4 years ago

Handle signals gracefully shutting down server and ON_CHANGE processes, and reaping any grand child processes caused by the shutdown.

Eliminate unncessary kill messages when there is no ON_CHANGE process to kill

Fixes #16