React Executor - v0.0.26
    Preparing search index...

    Interface RetryActivatedOptions

    Options of the retryActivated plugin.

    interface RetryActivatedOptions {
        delayAfterSettled?: number;
    }
    Index

    Properties

    delayAfterSettled?: number

    The minimum delay (in milliseconds) between the executor activation and the last settlement before retrying the latest task.

    0