Skip to content

Commit daa2f3c

Browse files
fix queues name
1 parent 1aecd75 commit daa2f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ services:
12071207
<<: *storage_environment
12081208
STORAGE_WORKER_MODE: "true"
12091209
CELERY_CONCURRENCY: 1
1210-
CELERY_QUEUES: "cpu-bound"
1210+
CELERY_QUEUES: "cpu_bound"
12111211
networks: *storage_networks
12121212

12131213
rabbit:

0 commit comments

Comments
 (0)