Skip to content

Commit

Permalink
fix: consume default queue (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
revant authored Oct 25, 2023
1 parent 445b5c9 commit f07dadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion erpnext/templates/deployment-worker-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- bench
- worker
- --queue
- long
- long,default,short
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion erpnext/templates/deployment-worker-short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- bench
- worker
- --queue
- short
- short,default
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
livenessProbe:
Expand Down

0 comments on commit f07dadc

Please sign in to comment.