Framework
Version
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference

RateLimitRejectionInfo

Interface: RateLimitRejectionInfo

Defined in: rate-limiter.ts:4

Information about a rate limit rejection

Properties

currentExecutions

ts
currentExecutions: number;
currentExecutions: number;

Defined in: rate-limiter.ts:12

Current number of executions in the window


limit

ts
limit: number;
limit: number;

Defined in: rate-limiter.ts:16

Maximum allowed executions per window


msUntilNextWindow

ts
msUntilNextWindow: number;
msUntilNextWindow: number;

Defined in: rate-limiter.ts:8

Number of milliseconds until the next execution will be possible


rejectionCount

ts
rejectionCount: number;
rejectionCount: number;

Defined in: rate-limiter.ts:20

Total number of rejections that have occurred

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.