Tuesday 28 November 2017

Dockerised ExpressJS services refusing to shut down on SIGTERM

Hello,I am running Dockerised Node.js services using Express on AWS ECS, and I'm finding that upon deploying a new version of my application, the currently running task refuses to stop, until it receives a SIGKILL after 300 seconds and is forcefully brought down.Any idea how I can have the servers stop as soon as they're told to..?

Submitted November 28, 2017 at 11:15AM by nearxanldn

No comments:

Post a Comment