Re: [google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread pankaj kumar
I am just trying to build one package from sources which is taking all the time. Is there a way to bump up the timeout? We intend to modify the package later and would like to compile from sources. We would only add more features and the build time will go up in future. I think there is another

[google-appengine] Re: New Datastore Pricing July 1st 2016

2016-04-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Marcel, While I can't authoritatively comment on why the price structure is the way it is, as a humble Community Support team member, I *can *attempt to provide some assistance if you'd like to discuss some issues related to this situation. I'm curious what it is about your app which has it

[google-appengine] Re: Clarifying projection query cost?

2016-04-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hi Alex, I believe this old App Engine Groups thread answers your question adequately. Let me know if you have any questions after reading. Cheers, Nick Cloud Platform Community Support On Wednesday, April 6,

Re: [google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread 'Josh Moore' via Google App Engine
The timeout is occurring in the build phase. The timeout is shown as: "timeout": "600.000s", Thus, the image has 10 minutes to build before timing out, and the timestamps in the response bear that out. You'll have to either optimize your dockerfile to build more quickly or build the file locall

Re: [google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread pankaj kumar
I can create one locally just fine. It is when I create with gcloud that I get this error. On Wednesday, April 6, 2016 at 10:00:01 PM UTC+1, joshuamo wrote: > > If you can set up docker locally, try using the flag `--docker-build > local` as documented here[1]. That will at least provide a work

Re: [google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread 'Josh Moore' via Google App Engine
If you can set up docker locally, try using the flag `--docker-build local` as documented here[1]. That will at least provide a workaround. [1] https://cloud.google.com/sdk/gcloud/reference/preview/app/deploy On Wed, Apr 6, 2016 at 1:54 PM, pankaj kumar wrote: > Thanks for your followup. Here

[google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread pankaj kumar
Thanks for your followup. Here is the error I receive when trying with debug verbosity. DEBUG: Operation [operations/build/datacabinet-backend/NjgyN2VkNGUtMThjOC00NGVhLWE3NDgtY2U2YWFhYmFhM2ViOlVT] not complete. Waiting 1s. DEBUG: Reading GCS logfile: 206 (read 461 bytes) gcc -std=gnu99 -DSTAND

[google-appengine] Sometimes .appspot.com just doesn't respond

2016-04-06 Thread Kaan Soral
This was an issue that I've been hunting for years, some people report "white pages" on my old app system (facebook apps) - I never could reproduced the issue, I assumed it was a rare client-side issue Now, while testing my app, I've noticed the same issue, .appspot.com of my app just wasn't re

Re: [google-appengine] Cannot send mail

2016-04-06 Thread Jeff Schnitzer
Are you calling the mail api directly or from the task queue? Even when I was using the mail api, I always sent mail by enqueueing a task (usually in a transaction). Timeouts are never an issue that way. Jeff On Tue, Apr 5, 2016 at 1:36 PM, Chad Vincent wrote: > I'm going to sit in the middle

[google-appengine] Re: DEADLINE_EXCEEDED error while deploying

2016-04-06 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
DEADLINE_EXCEEDED normally takes place when some part of the deploy process times out. It's not entirely clear from the console output why this is timing out. From the output above, the following seems to be happening: - Executing a npm deploy script - Script executes gcloud config set pro

[google-appengine] Clarifying projection query cost?

2016-04-06 Thread Alex Kerr
Hi, Can anyone clarify the cost of projection queries please? (both in operations and financially) Datastore pricing page at: https://cloud.google.com/datastore/docs/pricing says a regular query (is that "SELECT * " ?) is 1 read + 1 read per entity retrieved. I get that, but then projection qu

Re: [google-appengine] Datastore

2016-04-06 Thread Anastasios Hatzis
What authentication do you use in your app? Google Accounts API / Google Apps Domain? Custom authentication (e.g. webapp2)? Is it intentional, that you mix authentication and roles into the same "person data"? If your app is more than rudimentary, I suggest to separate both concerns. Especially if

[google-appengine] Datastore

2016-04-06 Thread Spmadhu Priya
Hi, I want to store the data like below. Suppose i am registering one person data 1. first admin_Username admin_Password admin_EMail 2.second admin_Username admin_Password admin_EMail This above data is for sign up Now i want to store the customer details of that account For example under this