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
fix(model-server): properly handle signals in the docker container
Use exec in the model-server launcher script used in the Docker image to
ensure that SIGTERM etc. reach the started java process. Otherwise,
Ctrl-C cannot be used to terminate the docker container and k8s will
have to resort to killing instead of graceful shutdown.
0 commit comments