agoragames / haigha

AMQP Python client
BSD 3-Clause "New" or "Revised" License
160 stars 41 forks source link

Describe how to use with Celery #59

Open thedrow opened 10 years ago

thedrow commented 10 years ago

An async RabbitMQ client could be useful if you use Celery. I'd like to know how to perform the integration correctly.

awestendorf commented 10 years ago

It's been on my list to investigate for some time, as we regularly use gevent but I'm not sure how it, our application code, celery and haigha can all play together. If you have any leads, please share, as it could be several months before we have a chance to prioritize this research.