bullmq - v5.64.0
    Preparing search index...

    Interface AdvancedOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    backoffStrategy?: BackoffStrategy

    A custom backoff strategy.

    repeatStrategy?: RepeatStrategy

    A custom cron strategy.