JobQueueOptions
JobQueueOptions
Options related to the built-in job queue.
Signature
interface JobQueueOptions {
jobQueueStrategy?: JobQueueStrategy;
pollInterval?: number;
}
Members
jobQueueStrategy
Defines how the jobs in the queue are persisted and accessed.
pollInterval
property
type:
number
default:
200
Defines the interval in ms used by the JobQueueService to poll for new
jobs in the queue to process.