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
After deploying the WebSocket reconnection logic, our total connection
count slowly grew until nginx stopped being able to handle new
connections, leading to a severely degraded experience.
Closing the WebSocket for idle consumers should reduce the concurrent
connection count. Eventually we will need to handle re-starting the
connection anyway (and potentially only starting it on demand).
0 commit comments