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.
Optional
finishedTimestamp for when the job finished (completed or failed).
Optional
idThe name of the Job
The options object for this job.
Optional
parentObject that contains parentId (id) and parent queueKey.
Optional
parentFully qualified key (including the queue prefix) pointing to the parent of this job.
Optional
processedTimestamp for when the job was processed.
The progress a job has performed so far.
Optional
repeatBase 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