lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Acknowledge test messages after consuming them #148

Closed lightster closed 8 years ago

lightster commented 8 years ago

Rather than leaving messages sitting on a queue after a test, let's acknowledge them so all queues are cleared unless there is an error.

Ideally at some point in the future we will make the test queues disappear, but for now keeping the test queues all at zero messages will help debug when an issue arises.