Nordstrom / xrpc

Simple, production ready Java API server built on top of functional composition.
Apache License 2.0
17 stars 17 forks source link

Health checks always return 200 status #212

Open jkinkead opened 5 years ago

jkinkead commented 5 years ago

The health checks are hard-coded to return 200 (ok). These should pull the status from the checks that are run instead.