lib/backburner/configuration.rb in backburner-1.1.0 vs lib/backburner/configuration.rb in backburner-1.2.0.pre
- old
+ new
@@ -17,10 +17,10 @@
attr_accessor :primary_queue # the general queue
attr_accessor :priority_labels # priority labels
attr_accessor :reserve_timeout # duration to wait to reserve on a single server
def initialize
- @beanstalk_url = "beanstalk://localhost"
+ @beanstalk_url = "beanstalk://127.0.0.1"
@tube_namespace = "backburner.worker.queue"
@namespace_separator = "."
@default_priority = 65536
@respond_timeout = 120
@on_error = nil