Class: Sidekiq::ScheduledSet
- 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
Instance Method Summary collapse
-
#initialize ⇒ ScheduledSet
constructor
A new instance of ScheduledSet.
Methods inherited from JobSet
#each, #fetch, #find_job, #kill_all, #pop_each, #retry_all, #schedule
Methods inherited from SortedSet
Constructor Details
#initialize ⇒ ScheduledSet
Returns a new instance of ScheduledSet.
806 807 808 |
# File 'lib/sidekiq/api.rb', line 806 def initialize super("schedule") end |