Reputation: 132
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.
Upvotes: 0
Views: 676