Interface BucketQueueOptions<T>

Defines the configuration options for the BucketQueue class.

Typeparam

T Type of items in the queue.

Type Parameters

  • T = any

Hierarchy

Properties

autostart?: boolean
chunkSize?: number
ignoreBigBatchWarning?: boolean
ignoreSmallIntervalWarning?: boolean
interval: number
maxBatch: number
minBatch: number

Generated using TypeDoc