From b7b4d64ec8b3690c65d3dd1250b8a654ffff3a4f Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Mon, 22 Apr 2024 20:30:26 -0700 Subject: [PATCH 1/2] 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 From dc08b993a2861a506d0a6cdb35148e0db93e32e6 Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Thu, 21 Nov 2024 16:08:58 -0800 Subject: [PATCH 2/2] Update changelog, bump helm chart version --- CHANGES.md | 4 ++++ helm-chart/banzai-nres/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 490d497d..3b23812d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +1.1.4 (2024-11-21) +----------------- +- Fix to helm chart to define large task queue as the same as normal task queue + 1.1.3 (2023-11-17) ------------------ - Fixes to use BANZAI LoggingAdapter diff --git a/helm-chart/banzai-nres/Chart.yaml b/helm-chart/banzai-nres/Chart.yaml index 37eed071..f1ddd0a8 100644 --- a/helm-chart/banzai-nres/Chart.yaml +++ b/helm-chart/banzai-nres/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart to deploy the BANZAI-NRES pipeline name: banzai-nres -version: "1.1.0" +version: "1.1.4"