Skip to content

Commit

Permalink
Make the large task queue the same as the normal.
Browse files Browse the repository at this point in the history
This is to prevent the listener from creating another queue to route messages to that will never be acked.
  • Loading branch information
mgdaily committed Apr 23, 2024
1 parent 66acc52 commit b7b4d64
Showing 1 changed file with 2 additions and 0 deletions.
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 b7b4d64

Please sign in to comment.