lib/backburner/workers/threading.rb in backburner-allq-1.0.8 vs lib/backburner/workers/threading.rb in backburner-allq-1.0.9

- old
+ new

@@ -103,10 +103,10 @@ end # Process the tube settings # This overrides @tubes_data set by process_tube_names method. So a tube has name 'super_job:5' # and the tube class has setting queue_jobs_limit 10, the result limit will be 10 - # If the tube is known by existing beanstalkd queue, but not by class - skip it + # If the tube is known by existing allq queue, but not by class - skip it # def process_tube_options Backburner::Worker.known_queue_classes.each do |queue| next if @tubes_data[expand_tube_name(queue)].nil? queue_settings = {