bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
505 stars 50 forks source link

Simplify SQS backend #71

Closed jnunemaker closed 10 years ago

jnunemaker commented 10 years ago

Removes support for sns and such. Now that backend is more simple, SQS can be too. I'll bring back SNS support later if people need it. I don't see many people using fanout type stuff for qu, so I don't see SNS publishing and SQS subscribing as important.