Hello, Memcache stopped working for my app at some point on May 4. And on May 5 it still not functioning.
All memcache.set(...) calls return False today. I tried to upload new versions, change key names - to no avail. The value I'm trying to store is a very short string (6 characters long) so it shouldn't be a matter of insufficient memory. The code that works with memcache is heavily used by my app and it works without any changes for more than a year now. Moreover, the current version has been working for the last couple of weeks and there have been no such problems before yesterdays, so I assume it's not a bug in my code. System Status page doesn't report any memcache problems, so I wonder why my app can't use memcache? -- 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.
