mozart-analytics / sqsd

A simple alternative to the Amazon SQS Daemon ("sqsd") used on AWS Beanstalk worker tier instances.
MIT License
59 stars 8 forks source link

Add config for continuing to run with an empty queue #4

Closed jeffcharles closed 9 years ago

jeffcharles commented 9 years ago

Here's my go at fixing #3.

One thing I'm not entirely happy about is this hammers SQS APIs that don't implement long polling like the fake-sqs I use.