0
guven.uysall created
- ABP Framework version: v5.3.4
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
When we created the microservice template with the Abp version we use, there is no health check. I had to write it myself. It is available in application templates.
1 Answer(s)
-
0
The heath-check mechanism for microservices is handled by DevOps mainly; Kubernetes, docker-compose, etc.
You need to add it manually if you are not using orchestration.