Interface AdvancedOptions

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

Hierarchy (view full)

Properties

backoffStrategy?: BackoffStrategy

A custom backoff strategy.

repeatStrategy?: RepeatStrategy

A custom cron strategy.

Generated using TypeDoc