From 10bef918ffdcff6ad4db6701c142b3c343440e31 Mon Sep 17 00:00:00 2001
From: Fabian Schindler <fabian.schindler.strauss@gmail.com>
Date: Wed, 19 Feb 2020 12:24:22 +0100
Subject: [PATCH] Fixing env var name for preprocess queue

---
 ingestor/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ingestor/Dockerfile b/ingestor/Dockerfile
index 26d41bc2..1f3316d5 100644
--- a/ingestor/Dockerfile
+++ b/ingestor/Dockerfile
@@ -48,7 +48,7 @@ ENV COLLECTION_ID= \
     COLLECTION= \
     REDIS_HOST= \
     REDIS_PORT="6379" \
-    REDIS_QUEUE_KEY="preprocess-md_queue" \
+    REDIS_PREPROCESS_MD_QUEUE_KEY="preprocess-md_queue" \
     ST_AUTH_VERSION=3 \
     OS_AUTH_URL= \
     OS_USERNAME= \
-- 
GitLab