I use 4 tries in total. The original, then 1 retry, then sleep and retry,
then sleep a little longer and retry one last time.

In my experience, if it hasn't succeeded after the first sleep, it almost
never succeeds after the 2nd sleep, but I still give it that one extra
chance, because it does very occasionally (maybe 1 in 100) succeed on that
4th attempt.


On 12 June 2013 09:20, Cesium <cesiumpic...@gmail.com> wrote:

> (Never end a topic with a preposition :)
>
> So, I just love writing and deploying code on-the-fly to cope with App
> Engine's failings.
>
> My question is, how many re-tries do you guys do before punting on a URL
> fetch?
> Infinite loop that just times out?
>
> N, where N is large?
>
> Cheers, (no, I take that back, no Cheers)
> David
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to