On Tue, Dec 10, 2013 at 2:52 AM, Ananthakrishnan Venkatasubramanian <
ananthakrishnan.venkatasubraman...@a-cti.com> wrote:

> Server A & B represent different application IDs and the error rate
> depends on traffic.
>
>

Most likely you are hitting App Engine per-minute rate limits then. Your
traffic goes up, which leads to increased requests between your AB servers,
which causes App Engine throttling to kick in to protect resource usage.

The best way to fix this is to consolidate your applications; instead of
running applications A and B, run them within a single application ID as
separate versions or as different modules, then communicate intra-app using
task queues and other methods. Longer-term, the even better option would be
to refactor your application code so shared services are available as
libraries and not as individual endpoints.


On Tue, Dec 10, 2013 at 2:52 AM, Ananthakrishnan Venkatasubramanian <
ananthakrishnan.venkatasubraman...@a-cti.com> wrote:

> We don't have appstats available at the moment.
>
>

Why not? Install it using the guide available at:
https://developers.google.com/appengine/docs/java/tools/appstats


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to