brewster / elastictastic

Object-document mapper and lightweight API adapter for ElasticSearch
MIT License
88 stars 13 forks source link

Add backoff to rotor #6

Closed outoftime closed 12 years ago

outoftime commented 12 years ago

The rotor should implement exponential backoff, with the following tuning options:

Backoff should double with each failed request until reaching or exceeding the maximum.