Skip to content

Is it possible to configure Celery Workers to handle multiple queues with respective concurrency? #42899

Closed Answered by enchant3dmango
pedro-cf asked this question in Q&A
Discussion options

You must be logged in to vote

AFAIK, Celery doesn't natively support assigning different concurrency levels to each queue on the same worker out of the box.

You would typically run multiple workers with specific concurrency settings for each queue.

Check this thread. It might helps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pedro-cf
Comment options

Answer selected by pedro-cf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants