Skip to content

[Quality Evaluator] add Health Check endpoint to Quality Evaluator service

This is required by Kuberentes in order to make sure that all services are running.

Some point to take care about it:

  • "GET" REST endpoint
  • Usually with the path "/health"
  • Must return HTTP 200 status code if everything is OK and 500 otherwise.

/cc @jabefa

Edited by Antoni Gimeno