The more I think about it, I wonder: Are instance hours billed for actual time used by an instance, or simply an instance alive... So if I have 3 instances fired up via Always on, am I constantly charged 3 * .05 per hour, or am I only billed by the actual time instances were serving requests?
On May 10, 7:54 pm, Ugorji <[email protected]> wrote: > I think FrontEnd instances refer to your instances (ie JVM, or Python, etc). > Task Queues and cron are still run by default on your instances (so your > instances handle all web traffic, and taskqueues and cron are implemented as > internally-generated web traffic to your application). > > Regarding the cost per operation for the other API's (like task queue, etc), > I'm not sure. Wishful thinking :-> maybe it means that we wouldn't be > charged for those APIs anymore, and will just be charged for data storage > (blobstore and datastore), bandwidth usage and datastore operations > (put/get/query). > > A Googler will be better able to answer that part. -- 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.
