From 1e534a742c40c15d2fc5ccdca8a67c1a039e47da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 12 Nov 2025 18:29:07 +0100 Subject: [PATCH] fix(sorcerer): Log redis to stderr --- charts/sorcerer/templates/redis.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/sorcerer/templates/redis.yaml b/charts/sorcerer/templates/redis.yaml index 4b4e48f0..2aeeed59 100644 --- a/charts/sorcerer/templates/redis.yaml +++ b/charts/sorcerer/templates/redis.yaml @@ -15,6 +15,7 @@ spec: - --maxmemory=$(MAX_MEMORY)Mi # Graceful memory management (90% of limit) - --proactor_threads=1 # Auto-detect CPU cores (optimal threading) - --cluster_mode=emulated + - --logtostderr - --save_schedule= # Disable continuous saves (cron snapshots only) env: - name: MAX_MEMORY