Skip to main content

Class: RepeatableJobOptions

jobs/src.RepeatableJobOptions

Constructors

new RepeatableJobOptions()

new RepeatableJobOptions(): RepeatableJobOptions

Returns

RepeatableJobOptions

Properties

count

count?: number

The start value for the repeat iteration count.

Source

libs/jobs/src/lib/config/repeatable-job-options.ts:46


every

every?: number

Repeat after this amount of milliseconds (pattern setting cannot be used together with this setting.)

Source

libs/jobs/src/lib/config/repeatable-job-options.ts:29


immediately

immediately?: boolean

Repeated job should start right now (work only with every settings)

Source

libs/jobs/src/lib/config/repeatable-job-options.ts:38


limit

limit?: number

Number of times the job should repeat at max.

Source

libs/jobs/src/lib/config/repeatable-job-options.ts:20


pattern

pattern?: string

Source

libs/jobs/src/lib/config/repeatable-job-options.ts:12


Generated using typedoc-plugin-markdown and TypeDoc