JobQueueOptions
JobQueueOptions
Options related to the built-in job queue.
Signature
interface JobQueueOptions {
jobQueueStrategy?: JobQueueStrategy;
activeQueues?: string[];
}
Members
jobQueueStrategy
Defines how the jobs in the queue are persisted and accessed.
activeQueues
property
type:
string[]
Defines the queues that will run in this process.
This can be used to configure only certain queues to run in this process.
If its empty all queues will be run