From d195556f315ad0e0a01d074ff43d86576dc95c23 Mon Sep 17 00:00:00 2001 From: Suriya Date: Tue, 21 Jul 2026 10:43:30 +0530 Subject: [PATCH] chore: bump jupiter to v2.7.58 Fixes getriderlogs returning 500: it does a full-list LRANGE on the riderlogs Redis key (929K+ entries, ~650MB), which exceeded the 3s Redis read timeout added in v2.7.57. That call now gets a scoped 15s timeout instead of loosening the timeout globally. Co-Authored-By: Claude Sonnet 5 --- manifests/nearle/nearle-jupiter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nearle/nearle-jupiter.yaml b/manifests/nearle/nearle-jupiter.yaml index 6ff3ff0..7366aa9 100644 --- a/manifests/nearle/nearle-jupiter.yaml +++ b/manifests/nearle/nearle-jupiter.yaml @@ -47,7 +47,7 @@ spec: app: jupiter containers: - name: jupiter - image: nearlecommerce/jupiter:v2.7.57 + image: nearlecommerce/jupiter:v2.7.58 imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false