OptionalcountThe start value for the repeat iteration count.
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 de 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.
Settings for repeatable jobs
See
https://docs.bullmq.io/guide/jobs/repeatable