Hi there I'm trying to squeeze the performance of a couple of applications I've hosted on GAE (python, No backend, M/R) and I'm starting to see some result on the estimated billing. These applications have some background tasks, and before starting to optimize them, I would like to clarify some things about how task-queue and frontend billing works.
Are the Url requests invoked by a push task queue counted as User-facing requests? For example, if I have a long 10 minute task, would this task keep busy an entire front-end instance for 10 minutes ? If I remember correctly task-queue processes could run on a slow pool that don't interfer with web-facing requests? Am I right? How the task triggered by the deferred api is counted? Is it a background process? Does it count as a request? Thanks Michele [Systempuntoout] www.stackprinter.com www.gaecupboard.com -- 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/-/jZvxfSLGdA8J. 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.
