David Tufik

Results 23 comments of David Tufik

Can you post the full stack trace?

When you init the broker, you need to add `max_priority` parameter (10 is the recommended value) so dramatiq will know to create the queue with this setting. Note that this...

Take into account that the worker takes the next available message. If you produce the messages at the same rate as you consume them, then your queue always has one...