Open peteski22 opened 1 week ago
Currently we don't have a HealthService to provide separation of upstream logic from the health router.
HealthService
We should create a health service that be supplied to the routes via dependency injection, mirroring the pattern used elsewhere in the code base.
See: Jobs Service See: Job Service Dependency See: DI in routes
Currently we don't have a
HealthService
to provide separation of upstream logic from the health router.We should create a health service that be supplied to the routes via dependency injection, mirroring the pattern used elsewhere in the code base.
See: Jobs Service See: Job Service Dependency See: DI in routes