Re: [google-appengine] Using GAE Cron to send mails daily

2014-08-12 Thread Alejandro Gonzalez
This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU than a typical request for your application This is the log for a loading request:

[google-appengine] GCS - install feedback

2014-08-12 Thread kusmi
Hi I recently migrated my blob-data to Java-GCS, the API seems clean and I like it. But installing the beast is really a headache... E.g. I'm using Google App Engine within Eclipse and expected to just use the GCS as part of the standard Google App Engine jars - but to integrate GCS I have to

Re: [google-appengine] GCS - install feedback

2014-08-12 Thread Alejandro Gonzalez
Of course I could just migrate everything to use Maven (and I tried to upgrade my project to use maven) - but I don't like the automatic update of external libraries. You can have maven to stick with one version of a particular library and not update it. If the library version is updated

[google-appengine] Requests getting passed dos.yaml?

2014-08-12 Thread Taengoo Taengstagram
I have blocked 178.32.0.0/15 in my app's dos.yaml but I've recently noticed that certain requests are getting past the rule. I have included a snippet from the logs below. It shows 178.32.216.193 being refused (http 403) some of the time, but not always (http 200). I've seen this happening for

[google-appengine] application_readable does not work when Push-to-Deploy

2014-08-12 Thread Юрий Ефремочкин
application_readable property for static files does not work when using Push-to-Deploy https://developers.google.com/cloud/devtools/repo/push-to-deploy#setting_up_a_release_pipeline from Google Cloud Git Repository. But it works correctly when using standard method uploading

[google-appengine] How to force update of default version

2014-08-12 Thread Brian Hardy
Hello, I have a java google appengine web application which uses data held in the datastore. I have a relatively small number of data items so upon startup, my servlet reads the datastore items into a java Collection and sorts them as a model and my jsp uses that model to display. When I

[google-appengine] Force default version to update

2014-08-12 Thread Brian Hardy
Hello, I have a Java based web application running on google appengine that depends on data in the datastore. When I update this backend data and deploy. I can see the data change immediately if I access the url 1-dot-myapp.appspot.com. I cannot get the default version of the url

Re: [google-appengine] Using GAE Cron to send mails daily

2014-08-12 Thread Vinny P
On Mon, Aug 11, 2014 at 8:57 PM, 許吉宏 2pythonwo...@gmail.com wrote: I'm using Gmail API and it works if I executes it manually Instead of using the Gmail API to send email, can you temporarily try using the built-in mail function to send mail?

Re: [google-appengine] application_readable does not work when Push-to-Deploy

2014-08-12 Thread Vinny P
On Tue, Aug 12, 2014 at 4:31 AM, Юрий Ефремочкин uefremoch...@mastertigra.com wrote: application_readable property for static files does not work when using Push-to-Deploy https://developers.google.com/cloud/devtools/repo/push-to-deploy#setting_up_a_release_pipeline from Google Cloud Git

Re: [google-appengine] How to force update of default version

2014-08-12 Thread Vinny P
On Mon, Aug 11, 2014 at 7:09 PM, Brian Hardy brian.ha...@gmail.com wrote: I have a java google appengine web application which uses data held in the datastore. I have a relatively small number of data items so upon startup, my servlet reads the datastore items into a java Collection and sorts

Re: [google-appengine] (memcache) TransientFailureException: Queue statistics temporarily unavailable

2014-08-12 Thread Giuseppe Iuculano
Hi Vinny, it seems I've not anymore this problem. Thanks. Il giorno lunedì 11 agosto 2014 19:43:52 UTC+2, Vinny P ha scritto: On Sun, Aug 10, 2014 at 10:31 AM, Giuseppe Iuculano g.iuc...@gmail.com javascript: wrote: starting from today we have this exception when using memcache: