Method: Beetle::Message#completed!
- Defined in:
- lib/beetle/message.rb
#completed! ⇒ Object
mark message handling complete in the deduplication store
187 188 189 |
# File 'lib/beetle/message.rb', line 187 def completed! @store.mset(msg_id, :status => "completed", :timeout => 0) end |