nestjs-resilience
Version:
A module for improving the reliability and fault-tolerance of your NestJS applications
9 lines (8 loc) • 296 B
TypeScript
export * from './base.backoff';
export * from './decorrelated-jitter.backoff';
export * from './equal-jitter.backoff';
export * from './exponential.backoff';
export * from './fibonacci.backoff';
export * from './fixed.backoff';
export * from './jitter.backoff';
export * from './linear.backoff';