I run github-webhook as PID 1 inside a Docker container and the process does not terminate cleanly when it receives a SIGTERM. If I understand well node forwards the signals it receives, which makes me assume github-webhook does not handle them properly.
As a result the container is killed after a timeout (30sec in my infrastructure).
More about the subject: nodejs/node-v0.x-archive#9131 (comment)
I run
github-webhookas PID 1 inside a Docker container and the process does not terminate cleanly when it receives a SIGTERM. If I understand well node forwards the signals it receives, which makes me assumegithub-webhookdoes not handle them properly.As a result the container is killed after a timeout (30sec in my infrastructure).
More about the subject: nodejs/node-v0.x-archive#9131 (comment)