Type Alias ExponentialBackoffSettingsEnum

ExponentialBackoffSettingsEnum: Omit<ExponentialBackoffSettings, "_mathRandom"> & {
    type: typeof BACKOFFS["EXPONENTIAL"];
}

ExponentialBackoffSettings tagged with a type discriminant for use in serialised backoff configuration unions.

IMPORT_PATH: "@daiso-tech/core/backoff-policies"

Type declaration

  • type: typeof BACKOFFS["EXPONENTIAL"]

    Discriminant identifying this as the exponential backoff algorithm.