Health check
ABBYY OCR Container provides the HTTP endpoints that can be used to monitor the state of the container.
Liveness
http://<host>:<port>/liveness
Informs you that the container is running.
Responses:
- 200 OK—Service Available (Healthy)
- 503—Service Unavailable (Unhealthy)
Readiness
http://<host>:<port>/readiness
Informs you that the service is free and can accept a new processing request.
Responses:
- 200 OK—Service Available (Healthy)
- 503—Service Unavailable (Unhealthy)
19.02.2024 10:23:36