class Sidekiq::WorkerEntry

Defined in:

sidekiq/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(process_id : Nil | String, thread_id : Nil | String, work : Nil | Hash(String, JSON::Any)) #

[View source]

Instance Method Detail

def job_proxy : JobProxy #

[View source]
def process_id : String #

[View source]
def process_id? : String | Nil #

[View source]
def run_at : Time #

[View source]
def thread_id : String #

[View source]
def thread_id? : String | Nil #

[View source]
def work : Hash(String, JSON::Any) #

[View source]
def work? : Hash(String, JSON::Any) | Nil #

[View source]