Optional Readonly autotrue
Optional Readonly carryoverWhether the task must finish in the given interval or will be carried over into the next interval count.
false
Optional Readonly concurrencyConcurrency limit.
Minimum: 1.
Infinity
Optional Readonly intervalThe length of time in milliseconds before the interval count resets. Must be finite.
Minimum: 0.
0
Optional Readonly intervalThe max number of runs in the given interval of time.
Minimum: 1.
Infinity
Optional Readonly queueClass with a enqueue and dequeue method, and a size getter. See the Custom QueueClass section.
Optional throwWhether or not a timeout is considered an exception.
false
Optional timeoutPer-operation timeout in milliseconds. Operations fulfill once timeout elapses if they haven't already.
Generated using TypeDoc
Whether queue tasks within concurrency limit, are auto-executed as soon as they're added.