Skip to content

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

Interface: DBOSWorkerOptions

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

Options for DBOS execution worker

Properties

concurrency?

optional concurrency: number

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

Global concurrency limit across all workers

Default

ts
100

workerConcurrency?

optional workerConcurrency: number

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

Per-worker concurrency limit

Default

ts
5

Licensed under BUSL-1.1