Errors with Durable Object websockets disconnecting
Context: We terminate websockets in our workers, and maintain a websocket to durable objects while the session is active.
Recently (last 7 days) we've observed an elevated error rate in the websocket connection to the DOs, where they disconnect more frequently than they used to, and often fail to reconnect with a "Error: Network connection lost." when we retry.
Any advice or guidelines on what to do to diagnose this further? (Why are the DOs disconnecting so much?) Or the best thing to do when it does disconnect? (i.e. sleep for 1 second and retry 5 times)
Thanks!!
0 Replies