Class: Sidekiq::RetrySet

Inherits:
JobSet show all
Defined in:
lib/sidekiq/api.rb

Overview

The set of retries within Sidekiq. See the API wiki page for usage notes and examples.

Instance Attribute Summary

Attributes inherited from SortedSet

#Name, #name

Instance Method Summary collapse

Methods inherited from JobSet

#each, #fetch, #find_job, #kill_all, #pop_each, #retry_all, #schedule

Methods inherited from SortedSet

#clear, #scan, #size

Constructor Details

#initializeRetrySet

Returns a new instance of RetrySet.



816
817
818
# File 'lib/sidekiq/api.rb', line 816

def initialize
  super("retry")
end