Health Check#
The Health Check route provides a lightweight mechanism to verify that the system or service is operational and able to respond to requests. It is intended to be used by monitoring tools, load balancers, container orchestrators (e.g., Kubernetes), and other automated systems to assess service availability and basic runtime status.The primary objective of the health check route is to expose a status interface that indicates whether the service is:Able to communicate with critical dependencies (e.g., databases, caches, external services)
This route is designed to execute quickly and return minimal data required to confirm system liveliness or readiness.Command status#
Command status route provides a mechanisam to check in which state is your request.
Each call in the system results with the identifier as a response.
This identifier can later be used to check the call status.For more convinient implementation you should use websockets