A question about priority queues with Celery #10255
Replies: 2 comments 4 replies
-
|
This information is insufficient to prove there is a bug in RabbitMQ by demonstrating the issue. You can't expect us to take the time to set up a Celery environment, guess at the code to use, and guess at how to reproduce this issue. At the bare minimum, you should be able to provide a Please recognize the value of all of the free software you use, and the free support that comes with it, and make the effort to help maintainers help you. |
Beta Was this translation helpful? Give feedback.
-
|
We cannot suggest anything with a problem definition that consists of a claim that "this feature is not working" and a screenshot. Please put together an executable way to reproduce (could be a Docker Compose file or a Python script, for example). Priority classic queues have a number of caveats when there are consumers online or when QoS prefetch is used. They are reasonably well documented. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
RabbitMQ version - 3.12.7
celery - 3.1.23
amqp<2.0,>=1.4.9
The below code is used for priority queue for job
task.apply_async(args=[self.id], queue=priority, routing_key=priority)is
Reproduction steps
Expected behavior
The priority queue to be execute the job.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions