0.1.2 • Published 11 years ago

rate-limit-queue v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

Rate Limit Queue

Queues up functions to follow a specified rate limit

Installing

npm install rate-limit-queue

Constructor Options

OptionDescription
max_parallel_tasksThe maximum amount of queued tasks to run in parallel
timeframeThe timeframe for the below (ms)
tasks_per_timeframeThe maximum amount of tasks to be run in the given timeframe
0.1.2

11 years ago

0.1.1

11 years ago