node-tokenthrottle icon indicating copy to clipboard operation
node-tokenthrottle copied to clipboard

Asynchronously throttle actions by a token. E.g. Throttle API access by Username/IP/etc.

Results 2 node-tokenthrottle issues
Sort by recently updated
recently updated
newest added

Hi, thanks for creating an excellent module. I am encountering one issue, where if multiple calls are made before the callbacks settle, then the throttling can fail. Example: ``` javascript...

4 new values are provided to the consumer: - `limit` - the limit before throttling may occur - `rate` - the rate of token replenishment - `remaining` - the number...