Method: Beetle::Message#increment_execution_attempts!

Defined in:
lib/beetle/message.rb

#increment_execution_attempts!Object

record the fact that we are trying to run the handler



207
208
209
# File 'lib/beetle/message.rb', line 207

def increment_execution_attempts!
  @store.incr(msg_id, :attempts)
end