throttle-proxy
throttle-proxy copied to clipboard
Respect kill signals
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!
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