JobDecoratorOptions
Defined in: tsed/src/decorators/types.ts:17
Options for the
method decorator.
Maps to @monque/core WorkerOptions. All standard Monque worker options are exposed here for decorator-based configuration.
Extends
Section titled “Extends”WorkerOptions
Properties
Section titled “Properties”concurrency?
Section titled “concurrency?”Defined in: core/dist/index.d.mts:617
Number of concurrent jobs this worker can process.
Default
Section titled “Default”Inherited from
Section titled “Inherited from”replace?
Section titled “replace?”Defined in: core/dist/index.d.mts:623
Allow replacing an existing worker for the same job name. If false (default) and a worker already exists, throws WorkerRegistrationError.