class GorgService::Consumer::SoftfailError
Softfail error : This message should be processed again later
Public Instance Methods
log_level()
click to toggle source
# File lib/gorg_service/consumer/errors.rb, line 42 def log_level 3 end
to_log_message()
click to toggle source
Calls superclass method
GorgService::Consumer::FailError#to_log_message
# File lib/gorg_service/consumer/errors.rb, line 46 def to_log_message r=super r.next_try_in=GorgService.configuration.rabbitmq_deferred_time.to_i r end
type()
click to toggle source
# File lib/gorg_service/consumer/errors.rb, line 38 def type "softfail" end