lib/oboe/config.rb in oboe-2.1.1 vs lib/oboe/config.rb in oboe-2.1.3

- old
+ new

@@ -28,9 +28,12 @@ # !!Note: Make sure both the queue side and the Resque workers are instrumented # or jobs will fail # (Default: false) @@config[:resque][:link_workers] = false + # Setup an empty host blacklist (see: Oboe::API::Util.blacklisted?) + @@config[:blacklist] = [] + update!(data) end def self.update!(data) data.each do |key, value|