Class: Wurk::Batch::DeadSet

Inherits:
Wurk::BatchSet show all
Defined in:
lib/wurk/batch_set.rb

Overview

Discovery view over batches that triggered :death. Iterates Status instances newest-first.

Instance Method Summary collapse

Constructor Details

#initializeDeadSet

Returns a new instance of DeadSet.



62
63
64
# File 'lib/wurk/batch_set.rb', line 62

def initialize
  super(key: 'dead-batches')
end