Robert Kaye

Results 14 comments of Robert Kaye

3.6 here -- I'm going to review the whole code in a little while and see if I can spot any obvious mistakes.

There are several things about this module I dislike -- for instance why are recycle times not stored with channels? They could just be in one dict in the queue...

I'm probably going to abandon Flask-pika, and use pika-pool instead.

Yep, https://pypi.python.org/pypi/pika-pool seems a lot more solid. Better interface too.