[google-appengine] Re: Push Task Queue: "Process terminated because the request deadline was exceeded during a loading request."

2015-06-17 Thread Mike D
As of this morning none of our apps (test, demo, production) are running. Nothing changed over night. Could this be the reason why? Even now our apps won't run. The GAE log shows: Process terminated because the request deadline was exceeded. (Error code 123). There are multiple instances ru

[google-appengine] Request to not use Maven in GAE

2014-04-22 Thread Mike D
It seems like Maven is working its way into GAE. I would like to make my preference known to the GAE team. I prefer to not use Maven. I find it better to expand upon the GPE and simply provide documentation for how to set up a configuration. -- You received this message because you are subs

[google-appengine] Google Cloud Endpoint initialization

2014-04-22 Thread Mike D
I have some initialization stuff that I'd like to do before GCE can be used. How would I do this? I tried creating a ServletContextListener and then calling a static method on my GCE but that doesn't work. In debugging I can see that the GCEs static variables are not set when a method is inv