From 43f0d113cb9733d8dd06a784e08eac40b6fca936 Mon Sep 17 00:00:00 2001 From: mpabi Date: Sun, 12 Apr 2026 21:00:26 +0200 Subject: [PATCH] fix(sol): refresh publisher drift websocket accounts --- .../sol/trade-r001-canary/dlob-publisher-all-deployment.yaml | 4 +++- .../sol/trade-r001-canary/dlob-publisher-hot-deployment.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/environments/sol/trade-r001-canary/dlob-publisher-all-deployment.yaml b/environments/sol/trade-r001-canary/dlob-publisher-all-deployment.yaml index 23e42ca..fac04c0 100644 --- a/environments/sol/trade-r001-canary/dlob-publisher-all-deployment.yaml +++ b/environments/sol/trade-r001-canary/dlob-publisher-all-deployment.yaml @@ -22,7 +22,7 @@ spec: - name: gitea-registry containers: - name: publisher - image: gitea.mpabi.pl/trade/trade-dlob-server:grpc-teardown-fix-20260402-113736 + image: gitea.mpabi.pl/trade/trade-dlob-server:oracle-fallback-20260412-205713 imagePullPolicy: IfNotPresent command: - node @@ -49,6 +49,8 @@ spec: value: "true" - name: USE_WEBSOCKET value: "true" + - name: DRIFT_ACCOUNT_WS_FALLBACK_FETCH_INTERVAL_MS + value: "15000" - name: DISABLE_GPA_REFRESH value: "true" - name: ENABLE_TOB_MONITORING diff --git a/environments/sol/trade-r001-canary/dlob-publisher-hot-deployment.yaml b/environments/sol/trade-r001-canary/dlob-publisher-hot-deployment.yaml index d9c299b..e1a3044 100644 --- a/environments/sol/trade-r001-canary/dlob-publisher-hot-deployment.yaml +++ b/environments/sol/trade-r001-canary/dlob-publisher-hot-deployment.yaml @@ -22,7 +22,7 @@ spec: - name: gitea-registry containers: - name: publisher - image: gitea.mpabi.pl/trade/trade-dlob-server:grpc-teardown-fix-20260402-113736 + image: gitea.mpabi.pl/trade/trade-dlob-server:oracle-fallback-20260412-205713 imagePullPolicy: IfNotPresent command: - node @@ -72,6 +72,8 @@ spec: value: "true" - name: USE_WEBSOCKET value: "true" + - name: DRIFT_ACCOUNT_WS_FALLBACK_FETCH_INTERVAL_MS + value: "15000" - name: DISABLE_GPA_REFRESH value: "true" - name: GRPC_CLIENT