Dec 9, 2020
It is definitely possible! Have a look at the following article which uses Celery and RabbitMQ.
The gist is to fine-tune the configuration parameters for :
- parallelism
- dag_concurrency
- worker_concurrency
The article listed out 4 different configurations as reference. Hope it is useful to you.