Remove incorrect whitespace in queue names that prevented Celery workers from listening to proper queues. Workers were attempting to connect to non-existent queues, breaking task distribution.
Remove incorrect whitespace in queue names that prevented Celery workers from listening to proper queues. Workers were attempting to connect to non-existent queues, breaking task distribution.