generally nothing you can do about those... i would say you can try your code in the development server where they all "queue up" and you have to execute manually (or flush them as desired). at least this way, you can catch runaway situation before it hits you in production. more info about this here: http://code.google.com/appengine/docs/python/taskqueue/overview.html#Task_Queues_and_the_Development_Server
right now, you're good to go and only at 6% of your quota 55096 of 1M. best regards, -- wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "Core Python Programming", Prentice Hall, (c)2007,2001 "Python Fundamentals", Prentice Hall, (c)2009 http://corepython.com wesley.j.chun :: [email protected] developer relations :: google app engine -- 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.
