From b7b4d64ec8b3690c65d3dd1250b8a654ffff3a4f Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Mon, 22 Apr 2024 20:30:26 -0700 Subject: [PATCH] Make the large task queue the same as the normal. This is to prevent the listener from creating another queue to route messages to that will never be acked. --- helm-chart/banzai-nres/templates/_helpers.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/banzai-nres/templates/_helpers.tpl b/helm-chart/banzai-nres/templates/_helpers.tpl index 8549f861..ceb5bca3 100644 --- a/helm-chart/banzai-nres/templates/_helpers.tpl +++ b/helm-chart/banzai-nres/templates/_helpers.tpl @@ -177,6 +177,8 @@ Celery task queue configuration value: {{ .Values.banzaiNres.queueName | quote }} - name: CELERY_TASK_QUEUE_NAME value: {{ .Values.banzaiNres.celeryTaskQueueName | quote }} +- name: CELERY_LARGE_TASK_QUEUE_NAME + value: {{ .Values.banzaiNres.celeryTaskQueueName | quote }} - name: BANZAI_WORKER_LOGLEVEL value: {{ .Values.banzaiNres.banzaiWorkerLogLevel | quote }} - name: PHOENIX_FILE_LOCATION