The free-tier level appspot deployment allows 50,000 read operations within a 24 hour period. Somehow, during the last two days I've exceeded this quota within 5 minutes using the remote api. Has anyone else experienced this problem?
My python-based remote api job queries my appspot datastore, finds about 60 objects, then I visit each one to check the value of a few properties before capturing the object's key and writing it to a local file on my PC for later use. I can not imagine how this small job can possibly be counted as 50K read ops. Earlier in the week this job was consuming only 3% of my daily quota. What's going on here? Has anyone else seen this problem within the last couple of days, or is it just me? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/axVtcdg4AuIJ. 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.
