Optional
attempts0
Optional
backoffBackoff setting for automatic retries if the job fails
Optional
delayAn amount of milliseconds to wait until this job can be processed. Note that for accurate delays, worker and producers should have their clocks synchronized.
0
Optional
jobOverride the job ID - by default, the job ID is a unique integer, but you can use this setting to override it. If you use this option, it is up to you to ensure the jobId is unique. If you attempt to add a job with an id that already exists, it will not be added.
Optional
keepMaximum amount of log entries that will be preserved
Optional
lifoIf true, adds the job to the right of the queue instead of the left (default false)
Optional
parentIt includes the prefix, the namespace separator :, and queue name.
Optional
prevInternal property used by repeatable jobs.
Optional
priorityRanges from 0 (highest priority) to 2 097 152 (lowest priority). Note that using priorities has a slight impact on performance, so do not use it if not required.
0
Optional
removeIf true, removes the job when it successfully completes When given a number, it specifies the maximum amount of jobs to keep, or you can provide an object specifying max age and/or count to keep. It overrides whatever setting is used in the worker. Default behavior is to keep the job in the completed set.
Optional
removeIf true, removes the job when it fails after all attempts. When given a number, it specifies the maximum amount of jobs to keep, or you can provide an object specifying max age and/or count to keep. It overrides whatever setting is used in the worker. Default behavior is to keep the job in the failed set.
Optional
repeatRepeat this job, for example based on a cron
schedule.
Optional
repeatInternal property used by repeatable jobs to save base repeat job key.
Optional
sizeLimits the size in bytes of the job's data payload (as a JSON serialized string).
Optional
stackLimits the amount of stack trace lines that will be recorded in the stacktrace.
Optional
telemetryTelemetryMetadata, provide for context propagation.
Optional
timestampTimestamp when the job was created.
Date.now()
Generated using TypeDoc
The total number of attempts to try the job until it completes.