From 7ad9d1a0ee45812f7b963dc5841fe1d6a5456787 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Wed, 4 Dec 2024 11:37:34 +0100 Subject: [PATCH] docs: update backend-plugin-api changeset Co-authored-by: Patrik Oldsberg Signed-off-by: Camila Belo --- .changeset/green-carpets-smell.md | 2 ++ 1 file changed, 2 insertions(+) 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.