estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

retry http errors #153

Closed hfaulds closed 9 years ago

hfaulds commented 9 years ago

I don't see any reason not to retry http errors. We have an mls where we fetch keys in batches and occasionally hit a timeout error and need to retry rather than fetching all again.

phiggins commented 9 years ago

Seems like a good idea to me. :+1: