Hello, Today, for the first time, I got over quota in datastore writes. I usually don't use more than 20% of the free quota for the whole day, and today it was eaten in about 5 hours. I tried to look for a history of number of writes per second, or to find out which class wrote what, but I didn't find anything. I am contemplating adding a log line before each datastore.put() operation, but it doesn't look really elegant (and will still be a mess to find the root cause of massive writes).
How do you handle this? How do you track down which flows use an unusual amount of writes in your application? -- 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.
