build-batches

Execute your tasks in batches


Keywords
javascript, create, batch, run, tasks, multiple, http, calls, generator, async, chunk
License
ISC
Install
npm install build-batches@1.0.2

Documentation

Build Batches

Run your tasks in batches using ES6 generators.

Use Case

Say you want to make thousands of api calls, hitting the server all at once might choke the server or based on the server policy you might not be able to make further requests.

So, this library allow you to make the calls to server in batches.