Interface AdvancedRepeatOptions

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

Hierarchy (view full)

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.

Generated using TypeDoc