You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
.The text was updated successfully, but these errors were encountered: