When using SERVICE_MODE=websocket, the current implementation does not properly handle health checks, leading healthcheck fail streak in orchestrated deployments.
Current Behavior
Health checks fail when SERVICE_MODE=websocket is selected. The documentation is inconsistent:
Description
When using
SERVICE_MODE=websocket
, the current implementation does not properly handle health checks, leading healthcheck fail streak in orchestrated deployments.Current Behavior
SERVICE_MODE=websocket
is selected. The documentation is inconsistent:Questions to Address
SERVICE_MODE=http
and use it in combination withENABLE_STREAMING
to achieve streaming?Expected Outcome
SERVICE_MODE
.SERVICE_MODE
.