[google-appengine] Task size limit on Flexible env

2016-07-29 Thread Deepak Singh
As far as i know all of the restrictions of standard env have been removed on flexible env, but we still get exception on task queue on flexible env textPayload: "java.lang.IllegalArgumentException: Task size too large" What is this limit ? -- Tech -- You received this message because you

Re: [google-appengine] Re: The API package 'search' or call 'IndexDocument()' was not found

2016-07-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Apurva, Could you show the details of how you installed SDK 1.9.40? It's possible you're still compiling / deploying with the old SDK, which is expected to throw this error. Cheers! Nick Cloud Platform Community Support On Wednesday, July 27, 2016 at 1:53:29 PM UTC-4, Apurva Nandan

Re: [google-appengine] Re: GAE time sync across instances

2016-07-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
As usual, Alex is intervening with some very interesting and relevant truth! Thanks for pointing that out, I had an inkling that financial applications might be concerned, but no idea the depths it went to. Now after checking out the links I can see of course it would be relevant in that

[google-appengine] Unable to create directory wp-content/uploads/2016/07

2016-07-29 Thread B Modela
Unable to create directory wp-content/uploads/2016/07. Is its parent directory writable by the server? I installed Wordpress with Google App Engine on my windows system but I get the above error each time I try to upload an image or install a plugin/theme. How do I resolve this. Thanks in

Re: [google-appengine] Re: GAE Latency & Instance issues

2016-07-29 Thread Christian F. Howes
looks like the pending MS logs mystery was solved: https://groups.google.com/forum/#!topic/google-appengine/8mHxjsSCOYc so if you don't see that in your logs you can rule that out as a problem. On Friday, July 29, 2016 at 10:04:47 AM UTC-7, Christian F. Howes wrote: > > A helpful stat would be

Re: [google-appengine] Re: GAE time sync across instances

2016-07-29 Thread 'Alex Martelli' via Google App Engine
On Fri, Jul 29, 2016 at 10:51 AM, 'Nick (Cloud Platform Support)' via Google App Engine wrote: > Hey Sam, > > Thanks for your patience. I can now report based on my investigation of > the matter: > > 1. There aren't any guarantees for time synchronization for

[google-appengine] Re: GAE time sync across instances

2016-07-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Sam, Thanks for your patience. I can now report based on my investigation of the matter: 1. There aren't any guarantees for time synchronization for App Engine, and this is reflected in the material in the docs. In general, there should only be a few milliseconds of drift at the most,

[google-appengine] Re: InvalidSenderError: Unauthorized sender

2016-07-29 Thread Kaan Soral
If anyone experiences this issue in the future: 1) Add email / google apps account as "Editor" 2) From the email's google apps account, go to the "Google Cloud Platform" project 3) Go to "Settings" 4) Add the email to the sender list, you can only do this from the account, at this time Not

[google-appengine] Not able to send mail with attachment by mailgun api

2016-07-29 Thread Edunext Jain
I am building Appengine application using JAVA I am using *mailgun api *for mail. I have some HTML content which I want to send as attachment, Please help me out to do so, as FileDataBodyPart takes object of java.io.File which I am unable to create as per Appengine's restriction. Also I have

[google-appengine] Using google cloud datastore emulator with dev_appserver

2016-07-29 Thread Frank Wilson
Hi, Has anybody had any luck interfacing the dev_appserver.py with the non-legacy google cloud datastore emulator? I posted this question on stackoverflow but haven't received much response yet [1]. I'd like to combine my google cloud platform and appengine projects while developing on my

Re: [google-appengine] Re: GAE Latency & Instance issues

2016-07-29 Thread Christian F. Howes
A helpful stat would be the "pending latency" (the amount of time that the request waited for an available instance to run on). This was part of the logs in the old log viewer and is missing is the new log viewer. i believe someone has filed an issue requesting that it be re-added. if any of

Re: [google-appengine] Re: GAE Latency & Instance issues

2016-07-29 Thread Deepak Singh
We have our application Java, flexible env - autoscaling Almost all of our logs show the following statistics ms=346 cpu_ms=0 cpm_usd=1.32769e-7 loading_request=0 instance=- app_engine_release=1.9.42 trace_id=- Our users face front end latency. Is it any server issue Or any corrective measures

[google-appengine] loading_request=0

2016-07-29 Thread Deepak Singh
I see almost all of my request logs has loading_request=0 We know that this is only present if the request causes the instance to be started, so what should i understand based on this? our app faces high latency most of the time. Java, flexible env based app. -- Tech -- You received this

[google-appengine] Sending push notifications with encrypted data payload from appengine (java, standard environment)

2016-07-29 Thread Marco Pöhler
Hi, I want to send web push notification with encrypted data payload from appengine (Java, Standard Environment - I'm sure it will work in the Flexible Environment, but it's still beta, not recommended for production use,

[google-appengine] GAE app : Warning: file_get_contents(): Unknown status code

2016-07-29 Thread Ken Walker
Hello, Why we are getting this warning + we are not getting full content from the file by GAE app so, can you please check and correct me, please check below code that we are using with GAE app - $opts = array('http'=>array(

[google-appengine] Re: The SSL certificate provided could not be inserted

2016-07-29 Thread Punit Pandey
During concat process, order of certificates need to be as follows - - 1. domain cert - 2. intermediate cert - 3. ca cert On Sunday, 22 May 2016 04:50:05 UTC+5:30, k2s wrote: > > I had this issue and fixed it by: > * convert private key: openssl rsa -in privkey.pem -inform pem -outform

Re: [google-appengine] Re: Are pending_ms still reported in the logs?

2016-07-29 Thread Mark Cummins
Ah, makes sense. Thanks! On 28 Jul 2016 10:58 p.m., "'Nick (Cloud Platform Support)' via Google App Engine" wrote: > Hey Mark, > > The data will only appear if the request spent time in a pending queue, as > described in the documentation >