Could you give us your app id and the approximate time of the gobbling of CPU so we can investigate?
Thanks, Nick On Sat, Mar 5, 2011 at 5:49 AM, Benjamin <[email protected]> wrote: > I have a Task that's purpose is to chew away at data that needs to be > deleted. I have millions of records that need to go, so the task uses > the low level api and key only queries to grab 1000 delete them and > restart the task until the remaining count is zero. > > The task is set to 5/sec with a bucket size of 5. The other day it > skyrocketed my CPU usage and maxed out my 5$ quota (400 CPU seconds / > second, i think the lights in New York dimmed). Am i missing some > setting here? How do i keep a task queue chugging along at a fixed > rate without a burst like that, regardless of how many tasks are in > the queue? > > Thanks! > > -- > 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. > > -- 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.
