diff --git a/.changeset/green-carpets-smell.md b/.changeset/green-carpets-smell.md index b9d547e707..0cda68de22 100644 --- a/.changeset/green-carpets-smell.md +++ b/.changeset/green-carpets-smell.md @@ -3,3 +3,5 @@ --- The `RootLifecycleService` now has a new `addBeforeShutdownHook` method, and hooks added through this method will run immediately when a termination event is received. + +The backend will not proceed with the shutdown and run the `Shutdown` hooks until all `BeforeShutdown` hooks have completed.