do a dumb thing to get better understanding of message bus errors

This commit is contained in:
Maxwell Salzberg 2011-10-31 16:52:33 -07:00 committed by Ilya Zhitomirskiy
parent 3f184c4dae
commit eb223bee79

View file

@ -46,7 +46,6 @@ module Messagebus
status = @client.flush
rescue Exception => e
raise "message bus failure: #{e.message} #{@things.map{|x| x[:fromEmail]}.inspect}"
end
if status[:failureCount] && status[:failureCount] > 0
raise "Messagebus failure. failureCount=#{failureCount}, message=#{message.inspect}"