guru
guru

Reputation: 132

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.

Upvotes: 0

Views: 676

Answers (1)

guru
guru

Reputation: 132

This issue was addressed by the contributors in 2023

Upvotes: 0

Related Questions