[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

[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

[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.

[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

[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

[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

[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

[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 >

[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 >

[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:

[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

[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

[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

[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

[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

[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

[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

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

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

[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

[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: