OptionalcountThe start value for the repeat iteration count.
OptionalendEnd date when job should stop
OptionaleveryRepeat after this amount of milliseconds
(pattern setting cannot be used together with this setting.)
OptionalimmediatelyRepeated job should start right now ( work only with cron settings)
OptionaljobInternal property to store the job id
OptionalkeyCustom repeatable key. This is the key that holds the "metadata" of a given repeatable job. This key is normally auto-generated but it is sometimes useful to specify a custom key for easier retrieval of repeatable jobs.
OptionallimitNumber of times the job should repeat at max.
OptionaloffsetOffset in milliseconds to affect the next iteration time
OptionalpatternA repeat pattern
OptionalprevInternal property to store the previous time the job was executed.
OptionalstartStart date when job should start
OptionaltzTimezone
Settings for repeatable jobs
See
https://docs.bullmq.io/guide/jobs/repeatable