> The retry intervals are a bit strange. There are two files, fab4 and
> jive. On the one hand, they are regarded as independent: fab4: "will try
> again in 10 minutes". But a second later there's a try for jive. LMS is
> not waiting 10 minutes. Thus, independent. On the other hand, the
> interval is doubled nonetheless, despite it being the first try for
> jive. Is this intentional? Shouldn't it be (in this case):
Without looking up the code I'd say the delay is not per URL, but
doubled whenever there's a failure. The two lookups probably got
triggered "in parallel", eg. both before the first one failed. Therefore
the second didn't wait minutes before running.
I hope the next lookup will succeed.
--
Michael
> jive. On the one hand, they are regarded as independent: fab4: "will try
> again in 10 minutes". But a second later there's a try for jive. LMS is
> not waiting 10 minutes. Thus, independent. On the other hand, the
> interval is doubled nonetheless, despite it being the first try for
> jive. Is this intentional? Shouldn't it be (in this case):
Without looking up the code I'd say the delay is not per URL, but
doubled whenever there's a failure. The two lookups probably got
triggered "in parallel", eg. both before the first one failed. Therefore
the second didn't wait minutes before running.
I hope the next lookup will succeed.
--
Michael