From 95dabf5df80c969507b3e2b9c6d7ed861e4c3c9a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 30 Mar 2026 03:50:59 -0300 Subject: [PATCH] atlasbot: disable ollama retries for strict quick budgets --- services/atlasbot/atlasbot-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/atlasbot/atlasbot-deployment.yaml b/services/atlasbot/atlasbot-deployment.yaml index f6eb37d1..40d49fc5 100644 --- a/services/atlasbot/atlasbot-deployment.yaml +++ b/services/atlasbot/atlasbot-deployment.yaml @@ -108,6 +108,8 @@ spec: value: qwen2.5:14b-instruct-q4_0 - name: OLLAMA_TIMEOUT_SEC value: "600" + - name: OLLAMA_RETRIES + value: "0" - name: ATLASBOT_THINKING_INTERVAL_SEC value: "30" - name: ATLASBOT_QUICK_TIME_BUDGET_SEC