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
Note that if running in Kubernetes, a SIGKILL will be issued after a set amount of time has passed
105
105
since SIGTERM. By default this time is 30 seconds ([`terminationGracePeriodSeconds`](https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#hook-handler-execution)):
106
106
it may be worth adjusting the Kubernetes configuration or the phase timeouts to make `CoordinatedShutdown`
107
-
more likely to completely exectue before SIGKILL is received.
107
+
more likely to completely execute before SIGKILL is received.
108
108
109
109
If you have application specific JVM shutdown hooks it's recommended that you register them via the
110
110
`CoordinatedShutdown` so that they are running before Akka internal shutdown hooks, e.g.
0 commit comments