Represents a job that runs recurrently

Hierarchy

  • IRecurringSchedule

Properties

data?: object

An object that can be passed to the processor with custom data

id: string

The schedule's identifier

interval: string | number

The interval at which the job will be run. Values can be a cron string, a human-interval string or a number.

skipImmediate?: boolean

Whether the recurring job should start immediately or wait for the interval

Generated using TypeDoc