So far my app has no data, and no index.
All it does is in each request, it
1: use blob service to call createGsBlobKey so it can pull a file from
google storage
2: use blob service to serve it to http response.
That's all it does.
In looking at the quota, I was surprised to see
Datastore API Calls, Datastore Queries, and Datastore Query Ops are all > 0.
How can this be for an app that has no data/index? Am I missing something?
--
Omnem crede diem tibi diluxisse supremum.
--
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/-/98AmpqXnNnwJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
Nope, I didn't turn it on, I believe in java it's off by default.
Do you use sessions at all?
On Thursday, April 19, 2012 4:47:08 AM UTC+1, Mac wrote:Hi,--
So far my app has no data, and no index.All it does is in each request, it
1: use blob service to call createGsBlobKey so it can pull a file from
google storage2: use blob service to serve it to http response.
That's all it does.
In looking at the quota, I was surprised to see
Datastore API Calls, Datastore Queries, and Datastore Query Ops are all > 0.
How can this be for an app that has no data/index? Am I missing something?
--
Omnem crede diem tibi diluxisse supremum.
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/-/98AmpqXnNnwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to google-appengine+unsubscribe@googlegroups.com.
Nope, I didn't turn it on, I believe in java it's off by default.
Do you use sessions at all?
On Thursday, April 19, 2012 4:47:08 AM UTC+1, Mac wrote:Hi,--
So far my app has no data, and no index.All it does is in each request, it
1: use blob service to call createGsBlobKey so it can pull a file from
google storage2: use blob service to serve it to http response.
That's all it does.
In looking at the quota, I was surprised to see
Datastore API Calls, Datastore Queries, and Datastore Query Ops are all > 0.
How can this be for an app that has no data/index? Am I missing something?
--
Omnem crede diem tibi diluxisse supremum.
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/-/98AmpqXnNnwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to google-appengine+unsubscribe@googlegroups.com.
>> To post to this group, send email to google-a...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengi...@googlegroups.com.
>> To post to this group, send email to google-a...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengi...@googlegroups.com.
>> 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 view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/HXEQ16w5dHYJ.
>
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
--
What's the app id?