waggle-sensor / beehive-server

Waggle cloud software for aggregation, storage and analysis of sensor data from Waggle nodes.
13 stars 17 forks source link

fix argument ordering for new version of pika #55

Closed ericvh closed 5 years ago

ericvh commented 5 years ago

ordering of where queue sits changed in pika > 1.0.0 which pywaggle now requires. fixed ordering in loader and message queue scripts and updated requirements to specify >1.0.0 for pika

Signed-off-by: Eric Van Hensbergen ericvh@gmail.com

seanshahkarami commented 5 years ago

Thanks Eric.

I'll need to be a little more judicious in explicitly tracking the major version of pika used here - there was a recent change in pika>=1.0.0 which broke how SSL options were passed, so any place where there's a clear dependence on pika<1, I should try to fix.