mozilla-releng / shipit

Ship It API & Frontend
10 stars 25 forks source link

Consider switching from aioamqp to pika #63

Open bhearsum opened 4 years ago

bhearsum commented 4 years ago

Pika does not support aio, but it looks like a much nicer library, and we probably don't need the asyncio bits for ship it's purposes :)

https://github.com/pika/pika

rail commented 4 years ago

Or #56 to get rid of AMQP completely ;)