Skip to content

Commit

Permalink
Merge pull request #114 from LCOGT/fix/large-task-queue
Browse files Browse the repository at this point in the history
Make the large task queue the same as the normal.
  • Loading branch information
mgdaily authored Nov 22, 2024
2 parents 66acc52 + dc08b99 commit 1f8e648
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/banzai-nres/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 2 additions & 0 deletions helm-chart/banzai-nres/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f8e648

Please sign in to comment.