Skip to content

foxdavidj/rate-limit-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate Limit Queue

Queues up functions to follow a specified rate limit

Installing

npm install rate-limit-queue

Constructor Options

Option Description
max_parallel_tasks The maximum amount of queued tasks to run in parallel
timeframe The timeframe for the below (ms)
tasks_per_timeframe The maximum amount of tasks to be run in the given timeframe

About

Queues up functions to follow a specified rate limit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published