Options of the retryInvalidated plugin.

interface RetryInvalidatedOptions {
    isEager?: boolean;
}

Properties

Properties

isEager?: boolean

If true then executor is retried even if it isn't active.

false