class Sidekiq::JobSet

Included Modules

Direct Known Subclasses

Defined in:

sidekiq/api.cr

Instance Method Summary

Instance methods inherited from class Sidekiq::SortedSet

clear clear, name : String name, size size

Constructor methods inherited from class Sidekiq::SortedSet

new(name : String) new

Instance Method Detail

def delete_by_jid(score, jid) #

[View source]
def delete_by_value(name, value) #

[View source]
def each(&) #
Description copied from module Enumerable(Sidekiq::SortedEntry)

Must yield this collection's elements to the block.


[View source]
def fetch(score, jid = nil) #

[View source]
def find_job(jid) #

Find the job with the given JID within this sorted set.

This is a slow, inefficient operation. Do not use under normal conditions. Sidekiq Pro contains a faster version.


[View source]
def schedule(timestamp, json_message : String) #

[View source]