Options of the retryActivated plugin.

interface RetryActivatedOptions {
    staleDelay?: number;
}

Properties

Properties

staleDelay?: number

The minimum delay in milliseconds that should pass between the activation and the moment the executor was last settled.

0