docs: update backend-plugin-api changeset

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-12-04 11:37:34 +01:00
parent 0e9c9fafd1
commit 7ad9d1a0ee
+2
View File
@@ -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.