Celery: Multiple Queues
Learn how to use multiple queues in Celery.
We'll cover the following
By default, Celery uses a single queue named celery
. However, it is possible to use multiple queues to spread the distribution of the tasks. This feature makes it possible to have finer control over the distribution of the jobs to execute.
Get hands-on with 1400+ tech skills courses.