Optional
autorunCondition to start scheduler at instance creation.
Optional
blockingDenotes commands should retry indefinitely.
Optional
connectionOptions for connecting to a Redis instance.
Optional
maxAmount of times a job can be recovered from a stalled state
to the wait
state. If this is exceeded, the job is moved
to failed
.
Optional
prefixPrefix for all queue keys.
Optional
sharedSpecify if the connection is shared.
Optional
stalledNumber of milliseconds between stallness checks.
Generated using TypeDoc
Options for customizing the behaviour of the scheduler.
See