On 2011-10-24, AVee wrote:
> On Sat, 22 Oct 2011 07:31:24 +0200, Stefan Bodewig
> wrote:
>> I know that I have used retry logic in totally different circumstances
>> in code where I increased the delay with each retry attempt. I.e. I
>> waited a very short time before the first retry and double
On Sat, 22 Oct 2011 07:31:24 +0200, Stefan Bodewig
wrote:
Hi Arjan,
...
I know that I have used retry logic in totally different circumstances
in code where I increased the delay with each retry attempt. I.e. I
waited a very short time before the first retry and doubled it each
time. Wo
Hi Arjan,
On 2011-10-17, AVee wrote:
> Hi,
> I wanted the retry task to wait a bit before retrying. Since I didn't
> find a clean way to do this I patched the retry task to support a
> retryDelay' attribute.
This sounds like a good idea to me - I haven't found time to review your
patch so far,