google app engine - gae python cannot delete tasks from the default queue -


queue seemed jam up. large number of retries of with:

47:32.546 /_ah/mapreduce/controller_callback 200 325ms 0kb appengine-google; (+xxx://code.google.com/appengine) 0.1.0.2 - - [14/may/2013:14:47:32 -0700] "post /_ah/mapreduce/controller_callback http/1.1" 200 124 "xxx://ah-builtin-python-bundle-dot-ok-alone.appspot.com/_ah/mapreduce/controller_callback" "appengine-google; (+xxx://code.google.com/appengine)" "ah-builtin-python-bundle-dot-ok-alone.appspot.com" ms=326 cpu_ms=0 cpm_usd=0.000014 queue_name=default task_name=appengine-mrcontrol-15811304617282fd9e118-1182 pending_ms=100 app_engine_release=1.8.0 instance=00c61b117ce38007a896105636da1be48f70e6db

'xxx' replaces 'http'

ran out data write quota rapidly though data writes tiny , few, relatively. caused problem? how fix it?

i using default queue without modifications.

any appreciated!

i had same issue. fixed manually deleting unsuccessful jobs in default task queue on admin console.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -