Remove successfully processed job from the queue
143 144 145
# File 'lib/cyclop/job.rb', line 143 def complete! collection.remove _id: _id, locked_by: Cyclop.master_id end