Skip to content

Commit 3a3a952

Browse files
committed
chore(charts): add celery random worker name
1 parent f40a6c5 commit 3a3a952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/celery/controller-celery-deloyment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
args:
5151
- /bin/bash
5252
- -c
53-
- celery --app api worker --queues controller.{{$key}} --autoscale=32,1 --loglevel=WARNING
53+
- celery --app api worker -n {{uuidv4}}@%h --queues controller.{{$key}} --autoscale=32,1 --loglevel=WARNING
5454
{{- end }}
5555
{{- with index $.Values "celery" "resources" }}
5656
resources:

0 commit comments

Comments
 (0)