mapbox / dyno

simple dynamodb client
MIT License
78 stars 28 forks source link

Configurable batch concurrency #99

Closed rclark closed 9 years ago

rclark commented 9 years ago

Batch requests split your input out into as many individual HTTP requests as needed. This allows you to configure the concurrency with which those requests are made. It defaults to 10 concurrent requests and is overridden via options.concurrency when you make the batch request.

cc @mick for 2nd :eyes:

mick commented 9 years ago

:shipit: :eyes: