Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-executor / server / DBOSQueueOptions

Interface: DBOSQueueOptions ​

Defined in: packages/chaingraph-executor/server/dbos/types.ts:30

Options for DBOS execution queue

Properties ​

concurrency? ​

optional concurrency: number

Defined in: packages/chaingraph-executor/server/dbos/types.ts:35

Global concurrency limit across all workers

Default ​

ts
100

workerConcurrency? ​

optional workerConcurrency: number

Defined in: packages/chaingraph-executor/server/dbos/types.ts:41

Per-worker concurrency limit

Default ​

ts
5

Licensed under BUSL-1.1