Documentation / @eventkit/base / QueueSchedulerInit
Interface: QueueSchedulerInit
Configuration options for initializing queue schedulers.
Properties
concurrency?
ts
optional concurrency: number;
The maximum number of actions that can be executing at the same time. Defaults to 1, which means actions will be executed sequentially.