class Sidekiq::JobProxy

Overview

Encapsulates a pending job within a Sidekiq queue or sorted set.

The job should be considered immutable but may be removed from the queue via Job#delete.

Direct Known Subclasses

Defined in:

sidekiq/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(str : String) #

[View source]

Instance Method Detail

def args(*args, **options) #

[View source]
def args(*args, **options, &) #

[View source]
def created_at(*args, **options) #

[View source]
def created_at(*args, **options, &) #

[View source]
def delete : Bool #

Remove this job from the queue.


[View source]
def display_args : String #

[View source]
def display_class #

[View source]
def enqueued_at(*args, **options) #

[View source]
def enqueued_at(*args, **options, &) #

[View source]
def error_backtrace(*args, **options) #

[View source]
def error_backtrace(*args, **options, &) #

[View source]
def error_class(*args, **options) #

[View source]
def error_class(*args, **options, &) #

[View source]
def error_message(*args, **options) #

[View source]
def error_message(*args, **options, &) #

[View source]
def extra_params(*args, **options) #

[View source]
def extra_params(*args, **options, &) #

[View source]
def failed_at(*args, **options) #

[View source]
def failed_at(*args, **options, &) #

[View source]
def jid(*args, **options) #

[View source]
def jid(*args, **options, &) #

[View source]
def klass(*args, **options) #

[View source]
def klass(*args, **options, &) #

[View source]
def latency #

[View source]
def queue(*args, **options) #

[View source]
def queue(*args, **options, &) #

[View source]
def retried_at(*args, **options) #

[View source]
def retried_at(*args, **options, &) #

[View source]
def retry_count(*args, **options) #

[View source]
def retry_count(*args, **options, &) #

[View source]
def to_json(*args, **options) #

[View source]
def to_json(*args, **options, &) #

[View source]
def value : String #

[View source]