bullmq - v5.55.0
    Preparing search index...

    Interface AdvancedRepeatOptions

    interface AdvancedRepeatOptions {
        repeatKeyHashAlgorithm?: string;
        repeatStrategy?: RepeatStrategy;
    }

    Hierarchy (View Summary)

    Index

    Properties

    repeatKeyHashAlgorithm?: string

    A hash algorithm to be used when trying to create the job redis key. Default - md5

    repeatStrategy?: RepeatStrategy

    A custom cron strategy.