do a dumb thing to get better understanding of message bus errors
This commit is contained in:
parent
3f184c4dae
commit
eb223bee79
1 changed files with 0 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue