Files
backstage/.changeset/selfish-olives-end.md
T
Patrik Oldsberg 2c9f67e6f1 backend-app-api: introduce lifecycle middleware
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-05-25 17:31:01 +02:00

324 B

@backstage/backend-app-api
@backstage/backend-app-api
patch

Introduced built-in middleware into the default HttpService implementation that throws a ServiceNotAvailable error when plugins aren't able to serve request. Also introduced a request stalling mechanism that pauses incoming request until plugins have been fully initialized.