Preparing search index...
The search index is not available
@taskforcesh/bullmq-pro - v7.35.2
@taskforcesh/bullmq-pro
v1
WorkerProOptions
Interface WorkerProOptions
interface
WorkerProOptions
{
group
?:
{
concurrency
?:
number
;
limit
?:
{
duration
:
number
;
max
:
number
;
}
;
}
;
ttl
?:
number
|
JobTtlMap
;
}
Hierarchy
WorkerOptions
WorkerProOptions
Index
Properties
group?
ttl?
Properties
Optional
group
group
?:
{
concurrency
?:
number
;
limit
?:
{
duration
:
number
;
max
:
number
;
}
;
}
Type declaration
Optional
concurrency
?:
number
Maximum number of jobs to process in parallel for a given worker.
Optional
limit
?:
{
duration
:
number
;
max
:
number
;
}
duration
:
number
max
:
number
Optional
ttl
ttl
?:
number
|
JobTtlMap
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
group
ttl
@taskforcesh/bullmq-pro - v7.35.2
Loading...
Maximum number of jobs to process in parallel for a given worker.