+1 to this from me. I have been using the retry code (thanks!) for
some days when trying to retrieve the membership of some very large
groups. It 'just works' for the most part! Although I need to look
into widening the scope of the retry events; currently it'll correctly
handle the HTTPS 'IncompleteRead' problems (which I'm now fairly
convinced are a client side Python/OpenSSL issue), but transient back-
end problems are not captured and retried. A 'quota exceeded' or
'unknown server error' still slip through and should really be
retried?
Many thanks, great work!
Will.
On Oct 1, 1:47 am, Takashi Matsuo <
matsuo.taka...@gmail.com> wrote:
> Hi Jeff and list,
>
> I'd like you to review my patch for retrying capability in some
> methods related to retrieving all users on a domain.
> Please see attached patch.
>
> This patch will solve a problem that is originally reported in this thread:
http://groups.google.com/group/gdata-python-client-library-contributo...
>
> If its alright, I'd like to start implementing other 'RetrieveAll*'
> methods as well.
>
> Regards,
>
> --
> Takashi Matsuo
> The father of kay framework
>
> gdata-retrying-final.diff
> 7KViewDownload