Hi, We are currently developing a multi-user Java application on App Engine where we want to pass on the cost of the computing resources used to each individual user (plus our markup of course). The computing resources are composed of tasks placed on the task queue. The url of each item on the task queue can easily be related back to a specific user. Inside the tasks we make a few data store calls and some memcache calls and some urlfetch calls (as we're using the gdata apis to talk to Google apps apis).
My question is: we were planning to use the *QuotaService *api to get the cpu cycles used and charge accordingly - but under the new billing model, as I understand it, this is no longer appropriate. Can anyone suggest a way forward with this? I have set up the appstats module - and it seems all the info I need is available to do the calculations under the new billing model - but can I get to this information programatically. I've had a good search through the api docs and didn't find anything. As a side note we are using multi tenancy for the datastore - with the userid as the namespace. So I think I have the datastore resources used per user under control. regards Tom -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/sBsX1KLs7P0J. 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-java?hl=en.
