Skip to content

Commit 28dc29d

Browse files
authored
Update coordinated-shutdown.md (#32870)
Minor change. Correction of a spelling error. `exectue` to `execute`
1 parent a4ecb4a commit 28dc29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akka-docs/src/main/paradox/coordinated-shutdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ akka.coordinated-shutdown.run-by-jvm-shutdown-hook=off
104104
Note that if running in Kubernetes, a SIGKILL will be issued after a set amount of time has passed
105105
since SIGTERM. By default this time is 30 seconds ([`terminationGracePeriodSeconds`](https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#hook-handler-execution)):
106106
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.
108108

109109
If you have application specific JVM shutdown hooks it's recommended that you register them via the
110110
`CoordinatedShutdown` so that they are running before Akka internal shutdown hooks, e.g.

0 commit comments

Comments
 (0)