--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/525WLu3pNtUJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
It would be handy to prevent hitting over-quota errors at the risk of
degraded performance.
Robert
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/FGV2F-eHOXMJ.
It is 28 hours :)
http://googleappengine.blogspot.com/2011/09/few-adjustments-to-app-engines-upcoming.html
Not reflected in the 'billing estimate's yet.
Get 9 hours of backends free too. A number of cronjobs etc, could be
tweaked to use backends (particully if use pull queues) to save on
your front end usage.
It will limit the number of instances that the scheduler spawns to
handle incoming requests, by allowing them to sit up to
Min-Pending-Latency in the pending queue waiting for an instance to be
available before spawning a new one.
Setting Max-Active-Instance to 1 (if this setting existed) would have
a similar effect than maxing Min-Pending-Latency to 15s: request would
wait in the pending queue for that instance to be available.
Hope that helps to understand this performance setting better.
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/gbrqNPQipOAJ.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
--
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations
Requests never reach 15s on my app. Still new ones are spawned. These are _active_ for some time before they are killed. Thus, for that period, we are billed regardless of the min. _idle_ instances settings.
Robert
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/0gedf-B1-u4J.