'django celery with multi Q and autoscale

i am try to run celery container in production with autoscale and named Q as the container entry point as follow

**entrypoint.sh**
celery -A app worker  --autoscale=100,3 -Q mails --loglevel=info

but worker number 8 only receiving tasks without autoscale .

logs shown

[2022-04-03 13:32:25,446: WARNING/ForkPoolWorker-8]


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source