Class: SidekiqJob

Inherits:
ApplicationRecord show all
Includes:
IdentityCache
Defined in:
app/models/sidekiq_job.rb

Overview

Schema Information

Table name: sidekiq_jobs

id         :bigint           not null, primary key
args       :string(191)
jid        :string(191)
job_class  :string(191)
created_at :datetime         not null
updated_at :datetime         not null

Indexes

index_sidekiq_jobs_on_jid  (jid) UNIQUE

typed: ignore

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url