My app is mostly a backend app driven by the task queue (cron job inserts task -> task inserts next task, ...etc). Two days ago, the performance dropped considerably. It used to use 70 instances and now it's down to 7. No changes on my part. After investigation it turns out that the task queue simply doesn't want to run tasks as fast as I want it to. My main task queue is running at the rate of 5/minute, even though I've set the rate to 5/s, bucket to 5/s, and no value for max concurrency. I even tried higher rate and bucket sizes, but it's not helping.
Anyone else noticing this? Can you think of any reason why the task queue doesn't go as fast as I want it to? -- 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.
