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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to