Search code examples
netflix-conductor

Netflix Conductor Health Check


What is the way to setup health check on netflix conductor? There is an endpoint for health check, but it always returns healthy even if the dynomite has some issues.

/api/health

returns

{"healthy":true}

If dynomite or elastic search is down then conductor health check should return false. How do I get this working?

Update: As of 11/8/2023 - This issue is addressed by the contributors.


Solution

  • This issue was addressed by the contributors in 2023