Interface AdvancedOptions

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

Hierarchy (view full)

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.

Generated using TypeDoc