Hi, I don't remember if memcache is covered under the SLA, I don't think it was going to be originally.
According to the SLA docs (http://code.google.com/appengine/sla.html), you can submit a request using this form: https://docs.google.com/spreadsheet/formResponse?hl=en_US&formkey=dFk2SEVTd0lrS1d1M2I0S3Q5eFlWQnc6MQ To help reduce the impact from this type of event in the future, you could do two things: 1) set a deadline on the memcache rpc call. http://code.google.com/appengine/docs/python/memcache/clientclass.html#Client_create_rpc 2) catch and appropriately handle deadline errors around your memcache calls. Robert On Tue, Jan 31, 2012 at 09:04, Skirmantas Jurgaitis <[email protected]> wrote: >> You on HR or MS? > > High replication. > > -- > 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/-/Bj3XtnXOzr4J. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
