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

2014-08-11 Thread 許吉宏
Hi There, Has anyone ever used GAE Cron to send mails daily ? I used GAE Mail API (CreateAuthorizedService('gmail', 'v1') ) to send a mail by Cron daily. Unfortunately , I never got one but Corn logs said it was successfully. I tested copied all codes to normal .py file and executed it , it

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

2014-08-11 Thread Giuseppe Iuculano
Hi, starting from today we have this exception when using memcache: /getChannels com.google.appengine.api.taskqueue.TransientFailureException: Queue statistics temporarily unavailable at com.google.appengine.api.taskqueue.QueueStatistics$1.wrap(QueueStatistics.java:146) at

[google-appengine] Monitoring app engine performance for gae apps

2014-08-11 Thread Shaun Juncal
We just launched our GAE platform monitor, HawkEye, in free public beta, and we would love you feedback! https://portal.appscale.com http://portal.appscale.com Is GAE platform performance for your app something that matters to you? Have you built your own solution for monitoring the

[google-appengine] Where is the default GCS Bucket?

2014-08-11 Thread Bentley Carr
Hey, I don't seem to be able to access the default GCS bucket in an app I'm creating. It works fine on the development server but not on Google App Engine. This https://developers.google.com/appengine/docs/python/googlecloudstorageclient/activate says that the default GCS bucket is

[google-appengine] Re: HTTPS as a ranking signal

2014-08-11 Thread Doug Anderson
I hadn't heard about Google Domains until I read it here... it does look very promising... I would also consider moving away from GoDaddy. I found this particularly encouraging... (I imagine comparable App Engine support for paid Apps is more difficult to implement???) Support With Google

[google-appengine] Re: HTTPS as a ranking signal

2014-08-11 Thread Doug Anderson
I wanted to share my recent partial success with naked domains... with the new cloud console Custom Domains you can map your naked non-SSL domain to your app. After doing that... I detect the naked domain as part of my 'require SSL' logic in the App and redirect to https://www.mydomain.com.

Re: [google-appengine] Where is the default GCS Bucket?

2014-08-11 Thread Vinny P
On Sat, Aug 9, 2014 at 7:32 PM, Bentley Carr carr.bent...@gmail.com wrote: It also says I can get the default bucket by app_identity.get_default_gcs_bucket_name() but that returns None. (I'm using Python.) Does anyone know how to fix this? Any help would be much appreciated Can you go to

Re: [google-appengine] Re: HTTPS as a ranking signal

2014-08-11 Thread Vinny P
On Mon, Aug 11, 2014 at 10:07 AM, Doug Anderson d...@claystreet.com wrote: I hadn't heard about Google Domains until I read it here... it does look very promising... I would also consider moving away from GoDaddy. I found this particularly encouraging... Support With Google Domains, you get

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

2014-08-11 Thread Vinny P
On Sun, Aug 10, 2014 at 10:31 AM, Giuseppe Iuculano g.iucul...@gmail.com wrote: starting from today we have this exception when using memcache: com.google.appengine.api.taskqueue.TransientFailureException: Queue statistics temporarily unavailable. What is it? Hi Giuseppe, Are you still

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

2014-08-11 Thread Vinny P
On Sun, Aug 10, 2014 at 10:27 PM, 許吉宏 2pythonwo...@gmail.com wrote: Has anyone ever used GAE Cron to send mails daily ? I used GAE Mail API (CreateAuthorizedService('gmail', 'v1') ) to send a mail by Cron daily. Unfortunately , I never got one but Corn logs said it was successfully. Does

[google-appengine] Re: Monitoring app engine performance for gae apps

2014-08-11 Thread Balázs Benedek
Hello, Sounds like an interesting concept. Can you please write more info about the API, via which you ask access to the running Google App Engine application? Best, Balazs On Saturday, August 9, 2014 12:38:21 AM UTC+1, Shaun Juncal wrote: We just launched our GAE platform monitor,

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

2014-08-11 Thread 許吉宏
Hi Vinny, Yes , I'm using Gmail API and it works if I executes it manually . Moreover , on the Cron tab , it says running the job successfully . But on the application logs I got the information below . Any suggestion to solve it ? Thank you . This request caused a new process to be started

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

2014-08-11 Thread PK
I am not sure what your problem is but I send e-mails initiated by cron requests all the time. PK http://www.gae123.com On Aug 12, 2014, at 4:57 AM, 許吉宏 2pythonwo...@gmail.com wrote: Hi Vinny, Yes , I'm using Gmail API and it works if I executes it manually . Moreover , on the Cron