Skip to content
Snippets Groups Projects
Commit 1bbf49d7 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add a health check which initializes all services

In some cases where services can't be instantiated, either because the implementation
is missing, or some dependency is missing, or there is a cyclic dep then things would
fail only at the time the service is needed, for example in one specific request.

To avoid missing such errors and catch them early add a health check which tries to
build all services.

This allows us to abort a deployment in case a service is broken.
parent 34440be8
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment