Skip to content

Interface: RateLimitConfig

Defined in: glide-mq/src/types.ts:219

Properties

duration

ts
duration: number;

Defined in: glide-mq/src/types.ts:223

Time window in milliseconds.


max

ts
max: number;

Defined in: glide-mq/src/types.ts:221

Maximum jobs allowed within the time window.

Released under the Apache-2.0 License.