Optional
autorunCondition to start listening to events at instance creation.
Optional
blockingDenotes commands should retry indefinitely.
Optional
blockingTimeout for the blocking XREAD call to the events stream.
Options for connecting to a Redis instance.
Optional
lastLast event Id. If provided it is possible to continue consuming events from a known Id instead of from the last produced event.
Optional
prefixPrefix for all queue keys.
Optional
skipAvoid version validation to be greater or equal than v5.0.0.
false
Optional
skipSkip waiting for connection ready.
In some instances if you want the queue to fail fast if the connection is not ready you can set this to true. This could be useful for testing and when adding jobs via HTTP endpoints for example.
Optional
telemetryTelemetry client
Generated using TypeDoc
Options for QueueEvents