On Sun, Dec 2, 2012 at 9:18 AM, Justin Erenkrantz <jus...@erenkrantz.com> wrote:
> As for the looping, didn't we put in logic to stop retrying after a number
> of request failures?  That's probably a reasonable thing to do...I
> definitely think a very nice feature of serf is that it *will* retry (which
> is helpful in flaky network situations), but it needs to stop at a certain
> point.  =)  -- justin

HTTP RFC suggests only 1 automatic retry on idempotent request sequences:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html#sec8.1.4

Reply via email to