They're timing out for me as well
App-ID - lifesizedpicx
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/lifesizedpicx/4.26/home.py", line 1316,
in main
run_wsgi_app (application)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 76, in run_wsgi_app
result = application(env, _start_response)
File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 499, in __call__
handler.get(*groups)
File "/base/data/home/apps/lifesizedpicx/4.26/home.py", line 1078,
in get
memcache.set ('pic'+id, pix, CACHE_EXPIRE)
File "/base/python_lib/versions/1/google/appengine/api/memcache/
__init__.py", line 539, in set
return self._set_with_policy(MemcacheSetRequest.SET, key, value,
time=time)
File "/base/python_lib/versions/1/google/appengine/api/memcache/
__init__.py", line 609, in _set_with_policy
self._make_sync_call('memcache', 'Set', request, response)
File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 46, in MakeSyncCall
stub.MakeSyncCall(service, call, request, response)
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 245, in MakeSyncCall
rpc.Wait()
File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 161, in Wait
rpc_completed = _apphosting_runtime___python__apiproxy.Wait(self)
On Nov 13, 10:37 pm, Pete Koomen <[EMAIL PROTECTED]> wrote:
> Hi Gayle,
>
> Would you mind sending either your app_id or a stack trace to
> [EMAIL PROTECTED] We haven't seen this globally and would like to
> look into it.
>
> Thanks!
> Pete, App Engine Team
>
> On Nov 13, 9:29 am, Gayle Laakmann <[EMAIL PROTECTED]> wrote:
>
> > Despite what the post at the link below says, memcache is actually
> > timing out and throwing a DeadlineExceededError. Furthermore, it
> > hardly seems accurate to say that our apps should continue serving
> > normally. The quota limits are so ridiculously low that we CAN'T
> > serve pages without caching.
>
> >http://groups.google.com/group/google-appengine-downtime-notify/brows...
> > We will be taking memcache offline tomorrow morning from 9-10am PST
> > (GMT-8) for routine maintenance. Calls to the memcache API will *not*
> > throw exceptions but will instead return false for set() calls and
> > None for get() calls (just like any other cache miss.)
>
> > Your app should continue serving normally during this period, and
> > we'll keep you updated on our progress. "
>
> > Additonally, I'd like to make two suggestions:
> > 1. If you're going to take down memcache, wouldn't it make sense to
> > remove the quota limits? It hardly seems fair to penalized for
> > exceeding quota when caching is disabled.
>
> > 2. If you have to take down our apps for an hour, can you pick
> > something like 2am - 3am? I know you don't want to go to work at 2am,
> > but it's not really ok to take down our apps for an hour during prime-
> > time.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---