That's the thing about exponential backoffs: it grows so quickly. It goes
from 1-2-4-8-16-32 seconds. That's only 6 HTTP requests, and if you set it
to 8 seconds, it'd be only 3 HTTP requests worth of savings. I certainly
hope you're not deploying via 3G, as the overhead of 3-6 HTTP requests is
tiny compared to deploying an application.

That being said, you'll probably want to file a feature request here:
http://code.google.com/p/googleappengine/issues/list. It seems like a
reasonable enough request to make this a parameter on deploy. It's not a
great answer: but if you want to do this with the Python SDK, there's always
monkeypatching ...

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Fri, Oct 8, 2010 at 10:27 AM, Peter Ondruska <peter.ondru...@gmail.com>wrote:

> Whenever I deploy new version/update to my GAE applications (be it
> Java or Python--it does not matter) it never happened to me that new
> version was ready earlier than 8 seconds (mostly 32, 64 or even
> later). I do not believe it is just me. Can I somehow configure on my
> side when to check for readiness earliest?
>
> And I plan to use 3G connection in near future and those extra
> requests in first 1+2+4+8 seconds are just waste of bandwidth and
> data...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

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

Reply via email to