bullmq - v5.56.2
    Preparing search index...

    Interface AdvancedOptions

    interface AdvancedOptions {
        backoffStrategy?: BackoffStrategy;
        repeatKeyHashAlgorithm?: string;
        repeatStrategy?: RepeatStrategy;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backoffStrategy?: BackoffStrategy

    A custom backoff strategy.

    repeatKeyHashAlgorithm?: string

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

    repeatStrategy?: RepeatStrategy

    A custom cron strategy.