Class: Sidekiq::RetrySet
Overview
The set of retries within Sidekiq. See the API wiki page for usage notes and examples.
Instance Attribute Summary
Attributes inherited from SortedSet
Instance Method Summary collapse
-
#initialize ⇒ RetrySet
constructor
A new instance of RetrySet.
Methods inherited from JobSet
#each, #fetch, #find_job, #kill_all, #pop_each, #retry_all, #schedule
Methods inherited from SortedSet
Constructor Details
#initialize ⇒ RetrySet
Returns a new instance of RetrySet.
816 817 818 |
# File 'lib/sidekiq/api.rb', line 816 def initialize super("retry") end |