From 157c93f2a9297d6f73e1a984bb8e94a5b6bcf34b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 2 Feb 2026 14:24:09 -0300 Subject: [PATCH] atlasbot: disable queue for testing --- services/atlasbot/atlasbot-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/atlasbot/atlasbot-deployment.yaml b/services/atlasbot/atlasbot-deployment.yaml index 5406db5..73041c9 100644 --- a/services/atlasbot/atlasbot-deployment.yaml +++ b/services/atlasbot/atlasbot-deployment.yaml @@ -115,7 +115,7 @@ spec: - name: ATLASBOT_STATE_DB value: /data/atlasbot_state.db - name: ATLASBOT_QUEUE_ENABLED - value: "true" + value: "false" - name: ATLASBOT_DEBUG_PIPELINE value: "true" - name: ATLASBOT_NATS_URL