JobStore
Defined in: tsed/src/decorators/types.ts:109
Complete metadata structure stored on
Job Controller
Section titled “Job Controller”classes.
Accessed via Store.from(Class).get(MONQUE).
Example
Section titled “Example”Properties
Section titled “Properties”cronJobs
Section titled “cronJobs”Defined in: tsed/src/decorators/types.ts:130
Cron job registrations from
decorators.
Defined in: tsed/src/decorators/types.ts:125
Job method registrations from
decorators.
namespace?
Section titled “namespace?”Defined in: tsed/src/decorators/types.ts:120
Optional namespace prefix for all jobs in this controller. When set, job names become “{namespace}.{name}“.
Defined in: tsed/src/decorators/types.ts:114
Type identifier for the store. Always “controller” for JobController.