bkeepers / qu

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

Raise error if no queue given to worker #77

Closed jnunemaker closed 10 years ago

jnunemaker commented 10 years ago

We actually default to a queue named "default" in the worker so we don't need to do this.