class Sidekiq::RetrySet
The set of retries within Sidekiq
. See the API wiki page for usage notes and examples.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/sidekiq/api.rb, line 816 def initialize super("retry") end