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?
optionalconcurrency:number
Defined in: packages/chaingraph-executor/server/dbos/types.ts:35
Global concurrency limit across all workers
Default
ts
100workerConcurrency?
optionalworkerConcurrency:number
Defined in: packages/chaingraph-executor/server/dbos/types.ts:41
Per-worker concurrency limit
Default
ts
5