nesquena / backburner

Simple and reliable beanstalkd job queue for ruby
http://nesquena.github.com/backburner
MIT License
428 stars 68 forks source link

added ability to set per-queue default ttr's #51

Closed ryanjohns closed 10 years ago

ryanjohns commented 10 years ago

This works just like Backburner::Queue.queue_priority and allows setting a default ttr that is specific to a given performable class.

Also fixes a couple of issues with the tests...

nesquena commented 10 years ago

Thanks!