Class: Sidekiq::Hierarchy::CompleteSet

Inherits:
PruningSet show all
Defined in:
lib/sidekiq/hierarchy/workflow_set.rb

Constant Summary

Constants inherited from WorkflowSet

WorkflowSet::PAGE_SIZE

Instance Method Summary collapse

Methods inherited from PruningSet

#add, max_workflows, #prune, timeout

Methods inherited from WorkflowSet

#==, #add, #contains?, #each, for_status, #move, #redis_zkey, #remove, #size

Methods included from RedisConnection

#redis

Constructor Details

#initializeCompleteSet

Returns a new instance of CompleteSet.



125
126
127
# File 'lib/sidekiq/hierarchy/workflow_set.rb', line 125

def initialize
  super 'complete'
end