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.

Constant Summary

Constants inherited from Wurk::BatchSet

Wurk::BatchSet::PAGE_SIZE

Instance Method Summary collapse

Methods inherited from Wurk::BatchSet

#each, #scan_tags, #size

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