[google-appengine] Re: How to add a task to Push Queue from a different module?

2015-11-16 Thread Kurt Hartmann
named queue that > targets the main app module. > > The code in the API then adds the Task to this named queue. > > Didn't need to use a Host header in the Task options. > > On Monday, November 16, 2015 at 1:51:55 PM UTC, Kurt Hartmann wrote: >> >

[google-appengine] Re: How to add a task to Push Queue from a different module?

2015-11-16 Thread Kurt Hartmann
I'm doing this very thing in my Java app. - In the main module, you need to add a dispatch.xml file to define a mapping to your API module. In my case, the other module is called tasks. - Below is a nnippet from my dispatch.xml showing the URL mapping to the other module

[google-appengine] PermGen space Out of Memory Error on production GAE Server

2015-11-15 Thread Kurt Hartmann
My web module is using automatic scaling with the default F1 server instance. Yesterday, I noticed a PermGen, Out of Memorry server exception occurred in production. This concerns me, because my users receive a blank screen when this error happens as the response to their web request, and it