fix: websocket connections unreliable

Constant disconnection and reconnection every couple minutes or less.
This commit is contained in:
talksik
2026-04-09 16:18:38 -07:00
parent 5ea8476f54
commit 66aec4478f
3 changed files with 38 additions and 1 deletions
+18
View File
@@ -80,6 +80,24 @@ spec:
---
# WebSocket connections need a much longer timeout than the default 30s.
# Without this, GKE terminates idle WS connections after 30 seconds.
apiVersion: networking.gke.io/v1
kind: GCPBackendPolicy
metadata:
name: pusher-backend-policy
spec:
default:
timeoutSec: 60
connectionDraining:
drainingTimeoutSec: 30
targetRef:
group: ""
kind: Service
name: pusher
---
apiVersion: networking.gke.io/v1
kind: HealthCheckPolicy
metadata: