Skip to content

Commit c4f3dca

Browse files
🐛 Fix a typo in Celery's cpu-bound queue name (#7503)
1 parent 1aecd75 commit c4f3dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/docker-compose.yml

+1-1
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)