throttle-proxy icon indicating copy to clipboard operation
throttle-proxy copied to clipboard

Respect kill signals

Open EugenMayer opened this issue 5 years ago • 1 comments

Seems like, at least in the docker image, you are not respecting any kill signals. The container needs a long time to stop and gets KILLed in the end.

Thanks!

EugenMayer avatar Dec 19 '19 19:12 EugenMayer

For now, anybody having troubles with the slow shutdown, just add this to your docker-compose.yml for the service

stop_signal: KILL

This will force docker to send kill right away, not using the soft SIGTERM which is not needed here anyway, we have no persistence or anything we could harm

EugenMayer avatar Jan 04 '20 14:01 EugenMayer