class Sidekiq::ScheduledSet

The set of scheduled jobs 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 806
def initialize
  super("schedule")
end