Skip to content

PersistentAI API Documentation / @persistentai/fireflow-executor / server / DBOSWorkerOptions

Interface: DBOSWorkerOptions

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

Options for DBOS execution worker

Properties

concurrency?

optional concurrency: number

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

Global concurrency limit across all workers

Default

ts
100

workerConcurrency?

optional workerConcurrency: number

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

Per-worker concurrency limit

Default

ts
5

Licensed under BUSL-1.1