ba082fd507
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>
408 B
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.