Files
backstage/.changeset/rude-pears-tie.md
T
Camila Belo ba082fd507 refactor: apply more review suggestions
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-12-10 12:17:34 +01:00

408 B

@backstage/backend-defaults
@backstage/backend-defaults
patch

Remove use of the stoppable library on the DefaultRootHttpRouterService as Node's native http server close method already drains requests. Also, we pass a new lifecycleMiddleware to the rootHttpRouterServiceFactory configure function that must be called manually if you don't call applyDefaults.