Interface AdvancedOptions

interface AdvancedOptions {
    backoffStrategies?: {};
    repeatStrategy?: RepeatStrategy;
}

Hierarchy (view full)

Properties

backoffStrategies?: {}

A set of custom backoff strategies keyed by name.

Type declaration

    repeatStrategy?: RepeatStrategy

    A set of custom cron strategies keyed by name.

    Generated using TypeDoc