nesquena / backburner

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

Queue settings aren't inherited from superclass #141

Open contentfree opened 7 years ago

contentfree commented 7 years ago

I had created a superclass and set the queue there but noticed that none of the subclasses got the configuration from the superclass.

This makes sense after looking at the code again for queue name, etc but it does seem unexpected.