We need celery to scale in order to avoid long queues on limited celery workers and instead spawn new celery containers in ACI to distribute those tasks.
In order to achieve this scaling (spawning of new celery containers in ACI), we need to know the number of tasks that are waiting to be executed and accordingly spawn those many containers on ACI.
Any suggestions would be greatly appreciated.