Skip to content

Commit

Permalink
Merge pull request #29 from LCOGT/fix/large-task-queue
Browse files Browse the repository at this point in the history
Set the large task queue to be the same as the normal task queue
  • Loading branch information
cmccully authored Nov 5, 2024
2 parents 1da7bdf + 7072507 commit 37c58c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/banzai-floyds/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ Celery task queue configuration
value: {{ .Values.banzaiFloyds.queueName | quote }}
- name: CELERY_TASK_QUEUE_NAME
value: {{ .Values.banzaiFloyds.celeryTaskQueueName | quote }}
- name: CELERY_LARGE_TASK_QUEUE_NAME
value: {{ .Values.banzaiFloyds.celeryTaskQueueName | quote }}
- name: BANZAI_WORKER_LOGLEVEL
value: {{ .Values.banzaiFloyds.banzaiWorkerLogLevel | quote }}
- name: REFERENCE_CATALOG_URL
Expand Down

0 comments on commit 37c58c1

Please sign in to comment.