waggle-sensor / pywaggle

Python SDK for integrating plugins with Waggle.
Other
6 stars 8 forks source link

Requeue failed publish #31

Closed seanshahkarami closed 2 years ago

seanshahkarami commented 2 years ago

We saw a case with the video sampler where a publish is done infrequently enough that the RMQ connection is closed.

This is a bug fix which will requeue a message which this happens so that it may be tried again later.