Comment 18 for bug 380504

Revision history for this message
Gary Poster (gary) wrote : Re: [Bug 380504] Re: Handle HTTP Error 502: Bad Gateway automatically

On Mar 24, 2010, at 6:31 PM, Bryce Harrington wrote:
> On Wed, Mar 24, 2010 at 08:41:26PM -0000, Leonard Richardson wrote:
>>
>> How transient are these transient exceptions? I'm open to the idea of
>> having launchpadlib deal with 5xx errors by retrying a configurable
>> number of times using exponential backoff.
>
> I generally get them one or two times a day on scripts that are run
> hourly, so say less than 5% of the time.

That production would have daily problems like this is an unpleasant surprise.

When we last looked into these reports, Francis and the LOSAs found that the reports coincided with nightly edge updates, deployments and other planned downtimes.

Have you noticed any potentially helpful patterns for these? For instance, are they often at a particular time, or on particular launchpadlib calls?

I suspect that we'll want to ask you to institute httplib2 logging again, as Leonard described earlier. Leonard, could you confirm?