Method: Beetle::Message#increment_exception_count!
- Defined in:
- lib/beetle/message.rb
#increment_exception_count! ⇒ Object
increment number of exception occurences in the deduplication store
217 218 219 |
# File 'lib/beetle/message.rb', line 217 def increment_exception_count! @store.incr(msg_id, :exceptions) end |