Bogdan Popa

Results 139 comments of Bogdan Popa

Hey Greg, I haven't had time this week to think about this very deeply so I might have more ideas over the weekend, but have you tried adding a middleware...

On a deeper look, I think I gave you bad advice/the connection deleter in the `RabbitmqBroker` is wrong. For one, it never calls `close` on the deleted connections and, second,...

@gdvalle let me know if the issue still occurs for you on master. I think the middleware should now work properly.

@wsantos yes, the middleware is necessary. The fix only made the middleware work.

I think this is a duplicate of #224. Please give 1.8.0 a try (it will be released later today) and let me know in that issue if you still encounter...

Thank you for following up! Closing this again. If anyone else runs into this problem on 1.8, please let me know.

Thanks for the report, @mparent61 . Was there any other relevant information in your Redis log around that time? How often does this occur? As far as clearing out Redis,...

> IIUC, duplicates message IDs can be pushed to the queue when two workers independently perform the maintenance of the same dead worker. That's not possible. When that Lua script...

Addressed by https://github.com/Bogdanp/dramatiq/commit/b8ac60c695c568b4b0daf641a2327a9c9bf1e7f6 .