AnyCable v0.5.2 Release Notes

Release Date: 2018-09-06 // over 5 years ago
  • ➕ Added HTTP health check server which could be used for readiness and liveness checks.

    Health check server responds on /health with 200 when gRPC server is running and with 503 when it isn't.

    Health check server is enabled if http_health_port configuration value is provided, e.g. through env variable ANYCABLE_HTTP_HEALTH_PORT=54321.

    👀 See #48 for details.