You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
KILL
ed in the end.Thanks!
The text was updated successfully, but these errors were encountered: