[google-appengine] Images served very slowly this week.

2016-03-01 Thread Jay Kyburz
Hey all,

It might be my imagination but I think static resources like images are 
loading very slowly for my app this week.  It doesn't seem like a latency 
issue so much as a bandwidth issue. Is that completely crazy?

This image for example

https://blight.ironhelmet.com/images/blight_menu_bg.jpg

It's 382K but it can take up to 8 seconds to download. 

I don't think the problem is on my side as I've had users complaining as 
well.

I'm not sure where to begin look at where my app might have a problem.

The app-id is *blightsrage*



-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2abc089c-d45d-4d3a-aecf-2a3c704f958a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Datastore admin console - Timeout

2016-03-01 Thread Aswath Satrasala
Hi,
The datastore admin console times out for one of my appid.  I have already
raised a production issue for this.

question:   I want to do a restore of the backup.  The backup is done to
the gcs.  Since the admin console is not working, how can I do the restore
of the backup.  Any workaround or gcs utilities etc for this.

-Aswath

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAKFF5G4xHxw4pS02AipvRAkSuso-M4HMDaMPDfT1jmrm4sR0Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App returning 404s since Feb 18

2016-03-01 Thread 'Adam (Cloud Platform Support)' via Google App Engine
The 404s would not show up in your Developers Console logs since the 
request is not even making it to the app server. The CNAME resolves to 
ghs.google.com which relies on an internal mapping to route traffic to App 
Engine.

Unfortunately the mapping will not work if the domain is not verified. 
Since no TXT record existed on the domain this is a good sign that the 
verification was never completed previously. The only way to fix this is to 
complete the verification process.

Likely the reason why your credentials don't work in the Webmaster Central 
popup is because they are for a different login which is only accessible 
through the Domains section of the Google Apps admin console (since this is 
a Google Apps domain).

On Sunday, February 28, 2016 at 7:16:32 PM UTC-5, jhf555 wrote:
>
> I've updated to Python 2.7 and gotten things working locally, but still 
> getting 404s on the server.  Given that the appstpot url is working 
> directly, maybe this really is a domain verification problem.  I'm running 
> into lots of roadblocks again, which is frustrating.  Like I said, I can't 
> add a TXT record for some reason.  And now I'm trying to follow the 
> instructions on
>
>
> https://www.google.com/webmasters/verification/verification?authuser=0&domain=bigriddles.com
>
> to verify the domain by signing in to GoDaddy in the pop-up window.  And 
> for whatever reason the GoDaddy credentials supplied by Google in the admin 
> console do not work in that popup.
>
> On Sunday, February 28, 2016 at 2:32:08 PM UTC-8, jhf555 wrote:
>>
>> Thanks for the response Adam.  I'm actually gonna transfer my domain away 
>> from GoDaddy altogether...I just initiated the domain transfer this morning 
>> so it will be a few days before it's completed.  I still have no idea why 
>> their UI said I had added the TXT record successfully, but it didn't stick 
>> for whatever reason.  Even so, I'm not sure why I'd actually need that TXT 
>> record.  I bought the domain through Google (which used GoDaddy as the 
>> registrar) and I don't remember needing to do anything further to verify 
>> the domain when I set up my app (and I'm not using SSL).  That being said, 
>> I set this up over 5 years ago I think so I might be forgetting something.
>>
>> Ignoring DNS for the moment, the 404s are puzzling, and I couldn't find 
>> any log messages in the Google Cloud Log Viewer that tipped me off as to 
>> why they suddenly started.  Everything worked fine locally when running 
>> with dev_appserver.py.  My best guess was that something recently got 
>> deprecated that I was using, so I decided to try to update my app to more 
>> modern libraries (my app was still using Python 2.5).  I'm now down the 
>> rabbit hole of actually trying to upgrade everything to see if that fixes 
>> things.  I'm also adding extra logging to my app to see if I can figure out 
>> where the 404 gets triggered.
>>
>> Not sure if you have the ability to look, but is there likely a good way 
>> to figure out what's causing the 404s other than just adding extensive 
>> logging?  The app-engine console shows me nothing useful that I can find 
>> other than the graph of 404s, and like I said everything works locally.  I 
>> tried curling as well to see if you send back any debug headers but didn't 
>> see anything.
>>
>> Thanks.
>>
>> On Sunday, February 28, 2016 at 12:21:27 PM UTC-8, Adam (Cloud Platform 
>> Support) wrote:
>>>
>>> As a follow up, it's also a good idea to double check your Developers 
>>> Console settings 
>>> 
>>>  to 
>>> make sure it's set up properly. 
>>>
>>> On Sunday, February 28, 2016 at 3:17:52 PM UTC-5, Adam (Cloud Platform 
>>> Support) wrote:

 You can see that the domain is still hosted on GoDaddy's servers if you 
 do a 'dig ' on the domain or use a 
 site like network-tools.com to do a lookup on the domain:

 ;ANSWER
 bigriddles.com. 3599 IN NS ns50.domaincontrol.com.
 bigriddles.com. 3599 IN NS ns49.domaincontrol.com.

 No TXT record though. Again you can use network-tools.com or 'dig' to 
 see if it's there. If the record isn't being published, the Google 
 verification tool isn't going to work either.

 It's possible that the record may not be entered correctly or there is 
 a problem with GoDaddy's DNS servers or your DNS configuration. Posting a 
 screen capture of how the TXT record looks in your DNS control panel may 
 help.

 On Sunday, February 28, 2016 at 10:50:48 AM UTC-5, jhf555 wrote:
>
> Latest update: GoDaddy won't let me add the TXT record...it says it's 
> being added but when I refresh (even a day later) per the instructions on 
> https://support.google.com/quickfixes/answer/6252336?hl=en&rd=1, the 
> record isn't actually there.  I'm not sure if this is because Google 
> itself 
> is managing the 

[google-appengine] Re: Cannot send mail

2016-03-01 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Petr,

If you're experiencing an issue on the platform, you should post to the Public 
Issue Tracker  and 
include a minimal application which can be used to reproduce the behaviour 
on our end. The example email you show is likely breaking exactly the 
specific conditions needed to observe the behaviour - often mail will fail 
to send due to matching a spam signature, although without seeing the 
message content (or the error output in the logs, for that matter), it's 
impossible to know. 

If you post to the Public Issue Tracker and then post the link to the 
created thread here, I'll be happy to take a look and help you out. As it 
is, this thread is somewhat off-topic since this forum is meant for general 
and high-level discussion of the platform and services, not specific-issue 
technical support requests.

Best wishes,

Nick

On Tuesday, March 1, 2016 at 6:14:20 PM UTC-5, Petr Balogh wrote:
>
> Hello, 
>
> I've met problem in my application.. problem is that I cannot send email.. 
> or behaviour seems weird..
>
> First time I've got email.. but after that haven't..  if app was running 
> day, maybe two it started sending email.. but after I sent some changes to 
> app, it stopped sending mails again..
>
> I tried create different testing page but doesn't work :( :
>
> from google.appengine.api import mail 
>   
> import webapp2 
>  
>   
>   
>
> [code] 
>
> class emailTest(webapp2.RequestHandler):   
>  
> def get(self): 
>  
> message = mail.EmailMessage(   
>  
> sender="noreply ", 
>  
> subject="Testing email"   
>   
> ) 
>   
>   
>   
> message.to = "My Name "  
> message.body = """ 
>  
> Dear Albert:   
>  
>   
>   
> Your example.com account has been approved.  You can now visit   
>
> http://www.example.com/ and sign in using your Google Account to 
>
> access new features.   
>  
>   
>   
> Please let us know if you have any questions. 
>   
>   
>   
> The example.com Team 
>
> """   
>   
>   
>   
> message.send() 
>  
> self.response.out.write(message.body)   
> [code]
>
> it is almost same as in doc: 
> https://cloud.google.com/appengine/docs/python/mail/sendingmail 
>
> Any idea what I am doing wrong?  I have still free version of app and can 
> see in quota that sent email value is increasing if I send email.  
>
> Thanks   
> ~ 
>
> ~  
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f6a5e3f9-d3ac-409e-b227-c48591c087da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Cannot send mail

2016-03-01 Thread Petr Balogh
Hello, 

I've met problem in my application.. problem is that I cannot send email.. 
or behaviour seems weird..

First time I've got email.. but after that haven't..  if app was running 
day, maybe two it started sending email.. but after I sent some changes to 
app, it stopped sending mails again..

I tried create different testing page but doesn't work :( :

from google.appengine.api import mail   

import webapp2 
 



[code] 
   
class emailTest(webapp2.RequestHandler):   
 
def get(self): 
 
message = mail.EmailMessage(   
 
sender="noreply ",  
subject="Testing email" 

)   



message.to = "My Name "  
message.body = """ 
 
Dear Albert:   
 


Your example.com account has been approved.  You can now visit 
 
http://www.example.com/ and sign in using your Google Account to   
 
access new features.   
 


Please let us know if you have any questions.   



The example.com Team   
 
""" 



message.send() 
 
self.response.out.write(message.body)   
[code]

it is almost same as in doc: 
https://cloud.google.com/appengine/docs/python/mail/sendingmail 

Any idea what I am doing wrong?  I have still free version of app and can 
see in quota that sent email value is increasing if I send email.  

Thanks   
~   
 
~  

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/59fafe7c-b195-4dfb-8f60-65d6d33107bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain not working

2016-03-01 Thread M. Hossein Amerkashi
Zeehad,

Thanks for checking into it.
Seems like DNS was just just taking its time to update. It took +2 full
days to populate and is now working.

Thanks again


On Tue, Mar 1, 2016 at 4:00 PM, 'Zeehad (Cloud Platform Support)' via
Google App Engine  wrote:

> Hello Hossein,
>
> It seems the required DNS (A and ) records are correctly setup for
> appiblocks.com.
>
> The steps taken that you've described above are thorough; although it's
> not clear whether you're actually adding the custom domain by pressing
> 'add' after step 2. What do you see when you visit the custom domains page
> 
> for your project? Also, what happens when you try to access the domain? I'm
> getting a request of permission for an app called 'Ai2 Live Complete'.
>
> Cheers!
>
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE0i7wn_Aw_f3vC5r2znV11mAexRM2KaN0zHgwZ17NzBcm089g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Unable to deploy application.

2016-03-01 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Thanasis,

This forum is meant for more general discussion of the platform and 
services, and so isn't really suitable to a posting like this, which should 
be either made to Stack Overflow  or the Public 
Issue Tracker . It 
seems that you've left out a great deal of relevant information which could 
help someone in one of those forums to assist you, such as the SDK version 
you're running.

If you'd like, you could post to either of the places mentioned above and 
post a link here, and perhaps somebody who sees this posting will be able 
to assist you over there. The main reason to post in those places is that 
they're explicitly set up to handle one-on-one technical support requests 
like this, while this forum is meant for more high-level discussion.

Best wishes,

Nick

On Tuesday, March 1, 2016 at 2:43:51 PM UTC-5, Thanasis Delenikas wrote:
>
> I am trying to deploy my "eqgr-gr" application, and I get this:
>
>
>  Deploying frontend 
>
> Preparing to deploy:
> Created staging directory at: 
> 'C:\Users\TDELE_~1\AppData\Local\Temp\appcfg7895862570243532095.tmp'
> Scanning for jsp files.
> Compiling jsp files.
> Scanning files on local disk.
> Scanned 250 files.
> Scanned 500 files.
> Scanned 750 files.
> Initiating update.
> Cloning 452 static files.
> Cloning 539 application files.
>
> Deploying:
> Uploading 0 files.
> Initializing precompilation...
> Deploying new version.
>
> Verifying availability:
> Will check again in 1 seconds.
> Will check again in 2 seconds.
> Will check again in 4 seconds.
> Will check again in 8 seconds.
> Closing update: new version is ready to start serving.
>
> Updating datastore:
> Uploading index definitions.
> Uploading cron jobs.
> Uploading task queues.
> com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
> https://appengine.google.com/api/appversion/updatepagespeed?app_id=eqgr-gr&version=15&;
> 302 Found
>
> Deployment does not finish...
> I've tried to increase the version number in order to deploy a "fresh" 
> one, but I get the same error.
>
> Please advise!
>
> Thank you.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/55062ed9-3721-47ca-b973-cdbee2192f54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working

2016-03-01 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Hossein,

It seems the required DNS (A and ) records are correctly setup for 
appiblocks.com.

The steps taken that you've described above are thorough; although it's not 
clear whether you're actually adding the custom domain by pressing 'add' 
after step 2. What do you see when you visit the custom domains page 
 for 
your project? Also, what happens when you try to access the domain? I'm 
getting a request of permission for an app called 'Ai2 Live Complete'.

Cheers!

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d75a608a-fac4-4553-bb84-77a3f08f4303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cloud Trace API

2016-03-01 Thread Jay Kyburz
Thanks very much Adam!

On Tuesday, 1 March 2016 15:02:51 UTC+11, Adam (Cloud Platform Support) 
wrote:
>
> I've created a Gist with a basic example 
>  of how to post a 
> single test trace using the JSON API, which you should be able to 
> extrapolate from. This uses the Google API Client Library for Python 
> 
> .
>
> On Monday, February 29, 2016 at 7:23:02 PM UTC-5, Jay Kyburz wrote:
>>
>> Is it possible to log custom events for Cloud Trace in my Python App 
>> Engine App?
>>
>> THe Docs seems to suggest its possible but a nice clear example would 
>> really help.
>>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3bee8d41-6bbb-4256-93aa-e03cd1f233c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cloud Trace API

2016-03-01 Thread Jay Kyburz
Great news. Thanks Qi Ke

On Wednesday, 2 March 2016 04:20:38 UTC+11, Qi Ke wrote:
>
> Thanks for the request. We are actively working on it.
>
> - We've already added an API to expose Trace Context to the JAVA and 
> python runtime. The one for Python runtime will be available in next GAE 
> release.
> - After you get the Trace Context, you can use that to create your custom 
> spans and the data you send over using our JSON API will join the server 
> side data and be rendered and analyzed together.
> - Make sure to call the API asynchronously to avoid adding latency to your 
> request handling.
> - We are also working on a built-in version of the trace API so that users 
> don't have to use the JSON API on GAE, but that work is not the highest 
> priority in the queue.
>
> Hope this helps.
> Qi
>
>
> On Tuesday, March 1, 2016 at 1:26:15 AM UTC-8, troberti wrote:
>>
>> I would rather see something more integrated into App Engine. It would be 
>> very nice if custom traces could piggyback on the way the 'normal' cloud 
>> trace are gathered, so without adding extra urlfetch overhead. 
>>
>> On Tuesday, March 1, 2016 at 5:02:51 AM UTC+1, Adam (Cloud Platform 
>> Support) wrote:
>>>
>>> I've created a Gist with a basic example 
>>>  of how to post 
>>> a single test trace using the JSON API, which you should be able to 
>>> extrapolate from. This uses the Google API Client Library for Python 
>>> 
>>> .
>>>
>>> On Monday, February 29, 2016 at 7:23:02 PM UTC-5, Jay Kyburz wrote:

 Is it possible to log custom events for Cloud Trace in my Python App 
 Engine App?

 THe Docs seems to suggest its possible but a nice clear example would 
 really help.

>>>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e34f9964-c55f-4e59-837d-664bc5180a1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Unable to deploy application.

2016-03-01 Thread Thanasis Delenikas
More info: It seems that the deploy procedure does deploy the new code, 
although it does not finish properly - it displays the exception mentioned 
above.


On Tuesday, March 1, 2016 at 9:43:51 PM UTC+2, Thanasis Delenikas wrote:
>
> I am trying to deploy my "eqgr-gr" application, and I get this:
>
>
>  Deploying frontend 
>
> Preparing to deploy:
> Created staging directory at: 
> 'C:\Users\TDELE_~1\AppData\Local\Temp\appcfg7895862570243532095.tmp'
> Scanning for jsp files.
> Compiling jsp files.
> Scanning files on local disk.
> Scanned 250 files.
> Scanned 500 files.
> Scanned 750 files.
> Initiating update.
> Cloning 452 static files.
> Cloning 539 application files.
>
> Deploying:
> Uploading 0 files.
> Initializing precompilation...
> Deploying new version.
>
> Verifying availability:
> Will check again in 1 seconds.
> Will check again in 2 seconds.
> Will check again in 4 seconds.
> Will check again in 8 seconds.
> Closing update: new version is ready to start serving.
>
> Updating datastore:
> Uploading index definitions.
> Uploading cron jobs.
> Uploading task queues.
> com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
> https://appengine.google.com/api/appversion/updatepagespeed?app_id=eqgr-gr&version=15&;
> 302 Found
>
> Deployment does not finish...
> I've tried to increase the version number in order to deploy a "fresh" 
> one, but I get the same error.
>
> Please advise!
>
> Thank you.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6ecc1567-f269-4a6f-8b61-2f9889498351%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Unable to deploy application.

2016-03-01 Thread Thanasis Delenikas
I am trying to deploy my "eqgr-gr" application, and I get this:


 Deploying frontend 

Preparing to deploy:
Created staging directory at: 
'C:\Users\TDELE_~1\AppData\Local\Temp\appcfg7895862570243532095.tmp'
Scanning for jsp files.
Compiling jsp files.
Scanning files on local disk.
Scanned 250 files.
Scanned 500 files.
Scanned 750 files.
Initiating update.
Cloning 452 static files.
Cloning 539 application files.

Deploying:
Uploading 0 files.
Initializing precompilation...
Deploying new version.

Verifying availability:
Will check again in 1 seconds.
Will check again in 2 seconds.
Will check again in 4 seconds.
Will check again in 8 seconds.
Closing update: new version is ready to start serving.

Updating datastore:
Uploading index definitions.
Uploading cron jobs.
Uploading task queues.
com.google.appengine.tools.admin.HttpIoException: Error posting to URL: 
https://appengine.google.com/api/appversion/updatepagespeed?app_id=eqgr-gr&version=15&;
302 Found

Deployment does not finish...
I've tried to increase the version number in order to deploy a "fresh" one, 
but I get the same error.

Please advise!

Thank you.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/839195ad-409e-4c46-81a0-966572bc1555%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Is email transmission broken?

2016-03-01 Thread Rob Williams
Hi,

I've been trying to send emails today 1-March-2015. Existing code queues 
mails to not send too fast. Test case has a small number of receivers.

Have found that:

   - Logs indicate mail was sent
   - Quota is updated to show mail being sent
   - Only a random subset of the sent mails are received by remote hosts
  - Have tested with multiple receiving domains
  - Emails are not in junk folders
  - The few emails that are delivered arrive instantly
   - No bounce backs have been delivered


Just noticed someone is seeing the same behaviour on stack overflow. 
http://stackoverflow.com/questions/35727054/google-app-engine-python-mail-sent-but-not-received


Is email transmission broken? Is email being radically queued today?

Thanks!

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/94c725c8-8b01-45c0-b873-9ac689be7774%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Can't activate Google App Engine's TaskQueue API

2016-03-01 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello JoaquĆ­n, 

You do not need to enable Taskqueue API from developers console in order to 
use it.

Cheers!

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/296a8a22-f980-4eb0-8f0b-c7db75134ffa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: _GAE_MR_TaskPayload

2016-03-01 Thread Richard Cheesmar
Can I delete these?

On Tuesday, March 1, 2016 at 7:15:47 PM UTC+2, Richard Cheesmar wrote:
>
>
> Any idea what this entity is in my datastore?
>
> Cheers
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1aa384ca-0a83-4992-ae2e-28ee1a4c32ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] _GAE_MR_TaskPayload

2016-03-01 Thread Richard Cheesmar

Any idea what this entity is in my datastore?

Cheers

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ad24cdcc-c549-470d-bd94-6e2ee47118fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cloud Trace API

2016-03-01 Thread 'Qi Ke' via Google App Engine
Thanks for the request. We are actively working on it.

- We've already added an API to expose Trace Context to the JAVA and python 
runtime. The one for Python runtime will be available in next GAE release.
- After you get the Trace Context, you can use that to create your custom 
spans and the data you send over using our JSON API will join the server 
side data and be rendered and analyzed together.
- Make sure to call the API asynchronously to avoid adding latency to your 
request handling.
- We are also working on a built-in version of the trace API so that users 
don't have to use the JSON API on GAE, but that work is not the highest 
priority in the queue.

Hope this helps.
Qi


On Tuesday, March 1, 2016 at 1:26:15 AM UTC-8, troberti wrote:
>
> I would rather see something more integrated into App Engine. It would be 
> very nice if custom traces could piggyback on the way the 'normal' cloud 
> trace are gathered, so without adding extra urlfetch overhead. 
>
> On Tuesday, March 1, 2016 at 5:02:51 AM UTC+1, Adam (Cloud Platform 
> Support) wrote:
>>
>> I've created a Gist with a basic example 
>>  of how to post 
>> a single test trace using the JSON API, which you should be able to 
>> extrapolate from. This uses the Google API Client Library for Python 
>> 
>> .
>>
>> On Monday, February 29, 2016 at 7:23:02 PM UTC-5, Jay Kyburz wrote:
>>>
>>> Is it possible to log custom events for Cloud Trace in my Python App 
>>> Engine App?
>>>
>>> THe Docs seems to suggest its possible but a nice clear example would 
>>> really help.
>>>
>>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/89afbc8c-a4e2-4480-9cdd-da0d4adfe487%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: How do I view logs by thread?

2016-03-01 Thread 'Nicholas (Google Cloud Support)' via Google App Engine


Thanks to everyone for clarifying their use case. When initially testing 
the differences between the two, I arrived at these similar results (see 
attached screenshots).

I do not believe however, that these exemplify the kinda of threading you 
are describing. As such, please submit a Feature Request 

 
with as much information as possible including the helpful description 
above and screenshots of examples.

I would then strongly encourage that you post a link to the issue here and 
each 'star' the issue along with other relevant issues posted above to give 
as much attention as possible to issues important to the community.

On Thursday, February 25, 2016 at 4:41:25 AM UTC-5, ThePiachu wrote:
>
> In the old logs, I was able to neatly see all logs by thread - every 
> warning, error and debug was in chronological order, sorted by the thread 
> that initialized them. Now it seems everything is jumbled together, clumped 
> a few entries at a time and shuffled between multiple simultaneous threads.
>
> Is there any way for me to read the new logs in a threaded fashion, 
> especially int he light of the old console going away?
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/30fd80fc-6511-4a58-ae80-63caf21ff18f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain not working

2016-03-01 Thread M. Hossein Amerkashi
Hello, Thanks for your reply.

Domain is appiblocks.com

Thanks


On Mar 1, 2016 9:15 AM, "Nickolas Daskalou"  wrote:

> What's the domain? Run something like this in a terminal to see if your
> DNS records have been correctly set:
>
> > dig mydomain.com a
>
> Nick
> On 02/03/2016 12:20 AM, "M. Hossein Amerkashi"  wrote:
>
>> Hi, Any input on this? I really appreciate feedback. THANKS
>>
>> On Monday, February 29, 2016 at 10:27:44 AM UTC-5, M. Hossein Amerkashi
>> wrote:
>>>
>>> Hi, I'm having issue getting the custom domain working for
>>> console.cloud.google.com
>>> Here are what I have done:
>>> 1. Got a domain using google domains
>>> 2. Used google could and went to custom domain settings. Under Settings:
>>> 2.1 item 1 - skipped, because it was already a verifided domain -
>>> purchased using google domain
>>> 2.2 item 2 - selected 1st radio button because I wanted the root
>>> domain
>>> 2.3 item 3 - it was populated with a list of A and  for root
>>> 3. Copied those into clipboard
>>> 4. Went back into google domains
>>> 5. Went into DNS settings of the my custom domain
>>> 6. Under NameServer, selected "Use Google's name servers"
>>> 7. Under "Registered hosts", added IP4 and IP6 addresses that was into
>>> clipboard (item 2.3 above)
>>> 8. Under "Custom Resource Records", added the 4 A and  hosts
>>>
>>> Have waited about +30hours and still not working.
>>>
>>> All help will greatly be appreciated.
>>>
>>> Thanks
>>>
>> --
>> 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 https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/dbdcf475-ce5a-4561-8a2d-61983de6f62b%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/VBM3Ijp-oLw/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/CAOj3zuA233pPynAvo3_4gpOHxEF5RgLfSF%2BF0_Zhi_sDjz8Svg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE0i7w%3Da_tP7fgwsyxAHfRb7gNTenuC93FxNQHddhoErriw4Gw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: Custom Domain not working

2016-03-01 Thread Nickolas Daskalou
What's the domain? Run something like this in a terminal to see if your DNS
records have been correctly set:

> dig mydomain.com a

Nick
On 02/03/2016 12:20 AM, "M. Hossein Amerkashi"  wrote:

> Hi, Any input on this? I really appreciate feedback. THANKS
>
> On Monday, February 29, 2016 at 10:27:44 AM UTC-5, M. Hossein Amerkashi
> wrote:
>>
>> Hi, I'm having issue getting the custom domain working for
>> console.cloud.google.com
>> Here are what I have done:
>> 1. Got a domain using google domains
>> 2. Used google could and went to custom domain settings. Under Settings:
>> 2.1 item 1 - skipped, because it was already a verifided domain -
>> purchased using google domain
>> 2.2 item 2 - selected 1st radio button because I wanted the root
>> domain
>> 2.3 item 3 - it was populated with a list of A and  for root
>> 3. Copied those into clipboard
>> 4. Went back into google domains
>> 5. Went into DNS settings of the my custom domain
>> 6. Under NameServer, selected "Use Google's name servers"
>> 7. Under "Registered hosts", added IP4 and IP6 addresses that was into
>> clipboard (item 2.3 above)
>> 8. Under "Custom Resource Records", added the 4 A and  hosts
>>
>> Have waited about +30hours and still not working.
>>
>> All help will greatly be appreciated.
>>
>> Thanks
>>
> --
> 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/dbdcf475-ce5a-4561-8a2d-61983de6f62b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAOj3zuA233pPynAvo3_4gpOHxEF5RgLfSF%2BF0_Zhi_sDjz8Svg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Custom Domain not working

2016-03-01 Thread M. Hossein Amerkashi
Hi, Any input on this? I really appreciate feedback. THANKS

On Monday, February 29, 2016 at 10:27:44 AM UTC-5, M. Hossein Amerkashi 
wrote:
>
> Hi, I'm having issue getting the custom domain working for 
> console.cloud.google.com
> Here are what I have done:
> 1. Got a domain using google domains
> 2. Used google could and went to custom domain settings. Under Settings:
> 2.1 item 1 - skipped, because it was already a verifided domain - 
> purchased using google domain
> 2.2 item 2 - selected 1st radio button because I wanted the root domain
> 2.3 item 3 - it was populated with a list of A and  for root
> 3. Copied those into clipboard
> 4. Went back into google domains
> 5. Went into DNS settings of the my custom domain
> 6. Under NameServer, selected "Use Google's name servers"
> 7. Under "Registered hosts", added IP4 and IP6 addresses that was into 
> clipboard (item 2.3 above)
> 8. Under "Custom Resource Records", added the 4 A and  hosts
>
> Have waited about +30hours and still not working.
>
> All help will greatly be appreciated.
>
> Thanks
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dbdcf475-ce5a-4561-8a2d-61983de6f62b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Cloud Trace API

2016-03-01 Thread troberti
I would rather see something more integrated into App Engine. It would be 
very nice if custom traces could piggyback on the way the 'normal' cloud 
trace are gathered, so without adding extra urlfetch overhead. 

On Tuesday, March 1, 2016 at 5:02:51 AM UTC+1, Adam (Cloud Platform 
Support) wrote:
>
> I've created a Gist with a basic example 
>  of how to post a 
> single test trace using the JSON API, which you should be able to 
> extrapolate from. This uses the Google API Client Library for Python 
> 
> .
>
> On Monday, February 29, 2016 at 7:23:02 PM UTC-5, Jay Kyburz wrote:
>>
>> Is it possible to log custom events for Cloud Trace in my Python App 
>> Engine App?
>>
>> THe Docs seems to suggest its possible but a nice clear example would 
>> really help.
>>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/292411da-9373-4221-a2f9-52686f89e146%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.