Class: SidekiqJob
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SidekiqJob
- 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