Azure Service Bus does not support prefetch-count
#2296
Unanswered
lukas-paulun
asked this question in
Q&A
Replies: 1 comment 2 replies
-
most probably that time it was not supported in azure backend |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running celery workers of a celery app that uses AzureServiceBus as broker. I noticed that the workers are already executing a task, they will always only fetch one additional task from the queue, regardless of what number I put in
celery -A app worker [...] --prefetch-multiplier=XX
.Is there any particular reason, the argument from celery is not passed on to the
ServiceBusClient
orServiceBusReceiver
objects, which support this argument?Beta Was this translation helpful? Give feedback.
All reactions