Sha256: 9534df76ca35ba202dca0a55f8a8d1c950f0066bb113f113f8d560121add0990

Contents?: true

Size: 469 Bytes

Versions: 36

Compression:

Stored size: 469 Bytes

Contents

export declare type JitterType = "none" | "full";
export declare type BackoffOptions = Partial<IBackOffOptions>;
export interface IBackOffOptions {
    delayFirstAttempt: boolean;
    jitter: JitterType;
    maxDelay: number;
    numOfAttempts: number;
    retry: (e: any, attemptNumber: number) => boolean | Promise<boolean>;
    startingDelay: number;
    timeMultiple: number;
}
export declare function getSanitizedOptions(options: BackoffOptions): IBackOffOptions;

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
rapid_stack-0.2.0 templates/frontend/node_modules/exponential-backoff/dist/options.d.ts
rapid_stack-0.1.1 templates/FrontEnd/node_modules/exponential-backoff/dist/options.d.ts
rapid_stack-0.1.0 templates/FrontEnd/node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.60 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.59 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.58 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.57 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.56 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.55 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.54 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.53 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.52 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.51 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.50 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.49 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.48 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.47 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.46 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.45 node_modules/exponential-backoff/dist/options.d.ts
immosquare-cleaner-0.1.44 node_modules/exponential-backoff/dist/options.d.ts