Optional
countThe start value for the repeat iteration count.
Optional
everyRepeat after this amount of milliseconds
(pattern
setting cannot be used together with this setting.)
Optional
immediatelyRepeated job should start right now ( work only with cron settings)
Optional
jobInternal property to store de job id
Optional
keyCustom 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.
Optional
limitNumber of times the job should repeat at max.
Optional
offsetOffset in milliseconds to affect the next iteration time
Optional
patternA repeat pattern
Optional
prevInternal property to store the previous time the job was executed.
Generated using TypeDoc
Settings for repeatable jobs
See
https://docs.bullmq.io/guide/jobs/repeatable