bullmq - v6.2.0
Preparing search index...
v6
ClusterOptions
Interface ClusterOptions
interface
ClusterOptions
{
enableOfflineQueue
?:
boolean
;
lazyConnect
?:
boolean
;
maxRetriesPerRequest
?:
number
;
redisOptions
?:
RedisOptions
;
retryStrategy
?:
(
times
:
number
)
=>
number
|
void
;
scaleReads
?:
string
;
skipVersionCheck
?:
boolean
;
url
?:
string
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
BaseOptions
ClusterOptions
Indexable
[
key
:
string
]:
any
Index
Properties
enable
Offline
Queue?
lazy
Connect?
max
Retries
Per
Request?
redis
Options?
retry
Strategy?
scale
Reads?
skip
Version
Check?
url?
Properties
Optional
enable
Offline
Queue
enableOfflineQueue
?:
boolean
Optional
lazy
Connect
lazyConnect
?:
boolean
Optional
max
Retries
Per
Request
maxRetriesPerRequest
?:
number
Optional
redis
Options
redisOptions
?:
RedisOptions
Optional
retry
Strategy
retryStrategy
?:
(
times
:
number
)
=>
number
|
void
Optional
scale
Reads
scaleReads
?:
string
Optional
skip
Version
Check
skipVersionCheck
?:
boolean
Optional
url
url
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enable
Offline
Queue
lazy
Connect
max
Retries
Per
Request
redis
Options
retry
Strategy
scale
Reads
skip
Version
Check
url
bullmq - v6.2.0
Loading...