class Sidekiq::JobRecord
Represents a pending job within a Sidekiq
queue.
The job should be considered immutable but may be removed from the queue via JobRecord#delete.
Attributes
item[R]
the parsed Hash of job data @!attribute [r] Item
queue[R]
the queue associated with this job @!attribute [r] Queue
value[R]
the underlying String in Redis @!attribute [r] Value