CronMetadata
Defined in: tsed/src/decorators/types.ts:71
Metadata for a single
decorated method.
Stored in the JobStore and used by MonqueModule to schedule cron jobs.
Properties
Section titled “Properties”method
Section titled “method”Defined in: tsed/src/decorators/types.ts:85
Method name on the controller class.
Defined in: tsed/src/decorators/types.ts:80
Job name (defaults to method name if not specified in options).
Defined in: tsed/src/decorators/types.ts:90
Schedule options forwarded to Monque.schedule().
pattern
Section titled “pattern”Defined in: tsed/src/decorators/types.ts:75
Cron expression (5-field standard or predefined like @daily).