Skip to content

Interface: BatchOptions

Defined in: glide-mq/src/types.ts:262

Properties

size

ts
size: number;

Defined in: glide-mq/src/types.ts:264

Maximum number of jobs to collect before invoking the batch processor.


timeout?

ts
optional timeout?: number;

Defined in: glide-mq/src/types.ts:266

Maximum time in ms to wait for a full batch. If not set, processes whatever is available immediately.

Released under the Apache-2.0 License.