[google-appengine] Backup task is not stopping for last two days

2014-08-20 Thread husayt
Hi we have an issue where the backup task keeps firing and never stops, 
until we purge the queue.

This is the task in question:
appengine-mrcontrol-157713723607233BF95B3-15045
↓
2014/08/20 05:21:21
0:00:00 ago2014/08/20 05:21:19
0:00:03 agoPOST /_ah/mapreduce/controller_callback/157713723607233BF95B31666 
bytes


We have been using it for about a year without issues and now suddenly it 
is doing this.

Any ideas what could be causing this. 
It is cron fired backup task (normal, NONmanaged) fired by cron every 
night. Usually runs for an hour , but these two days it never stopped

-- 
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/d/optout.


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

2014-08-20 Thread husayt
> The only thing I can't do now is map my SSL naked domain to my app but 
that is likely solvable with a wildcard SSL certificate (that I'm too cheap 
to pay for).

We have a wildcard SSL and we still can't do that. If anyone has succeeded 
in mapping naked SSL please come forward and share your genius.

On Monday, August 11, 2014 4:28:41 PM UTC+1, Doug Anderson wrote:
>
> 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. 
>  So now if someone types "mydomain.com" or "mydomain.com/anypath" in 
> their browser it redirects to "https://www.mydomain.com/anypath";.  So the 
> cloud console helps plug a hole left by the Google Apps alias domains.  The 
> only thing I can't do now is map my SSL naked domain to my app but that is 
> likely solvable with a wildcard SSL certificate (that I'm too cheap to pay 
> for).
>
>
> On Friday, August 8, 2014 4:00:25 PM UTC-4, Jason Collins wrote:
>>
>> Re: 
>> http://googlewebmastercentral.blogspot.ca/2014/08/https-as-ranking-signal.html
>>
>> Ok Google, now we most definitely need an API to manage custom domains, 
>> mount certificates, and configure HTTPS hosting using an API without a 
>> Google account requirement.
>>
>> Our Cloud Platform hosted products are whitelabelled, meaning people can 
>> serve them on their own domain. As the world moves towards HTTPS-always, we 
>> need a scaleable way for our customers to upload and configure their SSL 
>> certificates fronting our products without our involvement - and without 
>> requiring our customers to use a Google account.
>>
>> That is, we would like APIs that we can build our own user interfaces 
>> over top to help our users through this typically frustrating setup 
>> experience.
>>
>> BTW, free SNI-based HTTPS termination was a huge step along the way 
>> towards this vision - thanks for that!
>>
>> Thanks,
>> j
>>
>

-- 
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/d/optout.


[google-appengine] Re: Google app engine speed python vs java execution time

2014-08-20 Thread Adam Wildavsky
Sorry to take so long to chime in! A couple things occurred to me that you 
might want to consider:

1. App Engine is addressed primarily towards building web sites and 
services, not heavy back end processing. That doesn't mean it can't be made 
to work, but you might want to consider building your site with App Engine 
and implementing the string processing portion as a service using Google 
Compute Engine or whatever platform seems best suited. One advantage is 
that you'd be able to keep your code in C++.

2. Have you measured the rate of your string processing and compared it to 
the overall response required by your application? In my experience a 
typical App Engine application's processing time is overwhelmed by network 
and datastore latency.

On Wednesday, July 23, 2014 11:04:26 AM UTC-4, Olivier Austina wrote:
>
> Thank you Vinny, I am about runtime speed. I have a code in C++ and I 
> would like to run the program in App Engine. I am wondering which language 
> is fast in app engine in terms of execution time.
> Regards
> Olivier 
>
> Le mardi 22 juillet 2014 22:34:53 UTC+2, Olivier Austina a écrit :
>>
>>
>> Hi All,
>>
>> I am interested in speed in developing application (mainly string 
>> manipulation) for app engine. Which language is speed java or python. In 
>> general what should I do to save more time. Any suggestion is welcome.
>>
>> Regards
>> Olivier  
>>
>

-- 
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/d/optout.


[google-appengine] Re: GAE SDK Release announcements ???

2014-08-20 Thread Rafael Dipold
The betting exchanges are paying 1:1 that the version 2.0.0 will support 
Dart language

-- 
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/d/optout.


[google-appengine] Re: Backup task is not stopping for last two days

2014-08-20 Thread Ryan Huebsch
This is usually an indication that the MapReduce used to perform the backup 
has gotten stuck. There should be an error located in the application logs 
(look under the "ah-builtin-python-bundle" version) that will help explain 
why the MapReduce got stuck. Pausing then purging the task queue is the 
best way to stop the job.

On Wednesday, August 20, 2014 5:26:28 AM UTC-7, husayt wrote:
>
> Hi we have an issue where the backup task keeps firing and never stops, 
> until we purge the queue.
>
> This is the task in question:
> appengine-mrcontrol-157713723607233BF95B3-15045
> ↓
> 2014/08/20 05:21:21
> 0:00:00 ago2014/08/20 05:21:19
> 0:00:03 agoPOST /_ah/mapreduce/controller_callback/157713723607233BF95B31666 
> bytes
>
>
> We have been using it for about a year without issues and now suddenly it 
> is doing this.
>
> Any ideas what could be causing this. 
> It is cron fired backup task (normal, NONmanaged) fired by cron every 
> night. Usually runs for an hour , but these two days it never stopped
>

-- 
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/d/optout.