Number of attempts after the job has failed.
The payload for this job.
An amount of milliseconds to wait until this job can be processed.
Reason for failing.
OptionalfinishedTimestamp for when the job finished (completed or failed).
OptionalidThe name of the Job
The options object for this job.
OptionalparentObject that contains parentId (id) and parent queueKey.
OptionalparentFully qualified key (including the queue prefix) pointing to the parent of this job.
OptionalprocessedTimestamp for when the job was processed.
The progress a job has performed so far.
OptionalrepeatBase repeat job key.
The value returned by the processor when processing this job.
Stacktrace for the error (for failed jobs).
Timestamp when the job was created (unless overridden with job options).
the prefix that is used.
it includes the prefix, the namespace separator :, and queue name.
Prepares a job to be serialized for storage in Redis.
Prepares a job to be passed to Sandbox.
Logs one row of log data.
string with log data to be logged.
Updates a job's data
the data that will replace the current jobs data.
Updates a job's progress
number or object to be saved as progress.
MinimalJob