Class: Sidekiq::ScheduledSet

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

Overview

The set of scheduled jobs 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

#initializeScheduledSet

Returns a new instance of ScheduledSet.



806
807
808
# File 'lib/sidekiq/api.rb', line 806

def initialize
  super("schedule")
end