DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-ldap: operation retry exponential backoff #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Operation retries currently currently occur for a fixed number at a fixed
delay.
Add support for incrementally delaying the retry by some multiplicative factor.
Also consider allowing an infinite number of retries.

Original issue reported on code.google.com by dfis...@gmail.com on 10 Dec 2009 at 2:09

GoogleCodeExporter commented 8 years ago
Added support for a linear backoff on operation retries.
Added support for infinite retries by setting operationRetry to -1.
Fixed in r1083.

Original comment by dfis...@gmail.com on 16 Dec 2009 at 2:10