Method: Beetle::Message#attempts
- Defined in:
- lib/beetle/message.rb
#attempts ⇒ Object
how many times we already tried running the handler
202 203 204 |
# File 'lib/beetle/message.rb', line 202 def attempts @store.get(msg_id, :attempts).to_i end |