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
We already handle SIGINT #434 to allow killing a container via Ctrl+c. Some scheduling systems (like K8s) use SIGTERM to terminate processes in containers and we should support that as well with similar behavior to SIGINT.
At the moment, terminating a native-link deployment in k8s takes forever because SIGTERM is ignored and after an unnecessarily long grace period shut down via SIGKILL.
The text was updated successfully, but these errors were encountered:
We already handle SIGINT #434 to allow killing a container via
Ctrl+c
. Some scheduling systems (like K8s) use SIGTERM to terminate processes in containers and we should support that as well with similar behavior to SIGINT.At the moment, terminating a native-link deployment in k8s takes forever because SIGTERM is ignored and after an unnecessarily long grace period shut down via SIGKILL.
The text was updated successfully, but these errors were encountered: