karmi / tire-contrib

Additions and extensions for the Tire gem
MIT License
65 stars 31 forks source link

Allow retries and timeout to be configurable. #27

Open jeyb opened 11 years ago

jeyb commented 11 years ago

This allows the retries and timeouts to be configurable. I also removed the Kernel.sleep as it shouldn't be necessary IMO.

karmi commented 11 years ago

Ping @brupm (the original pooled client author) as well, please. Looks good, would be nice to add the options to the documentation / code annotations.

jeyb commented 11 years ago

@karmi I did add some examples here. Did you want me to add it elsewhere?

karmi commented 11 years ago

@jeyb Ah, sure, sorry, overlooked it.

brupm commented 11 years ago

Looks good @jeyb and @karmi

jeyb commented 11 years ago

FYI: Failure seems to be related to downloading/installing gems.