[google-appengine] Re: Google App Engine Front Controller removes Cookies from Response Header

2022-03-17 Thread 'barrado' via Google App Engine
Hi, According to the App Engine Standard documentation some headers are ignored and removed from the request response. Also headers with non-ASCII characters in either the name or value are removed. I

Re: [google-appengine] Re: Google App Engine Unstable

2021-12-15 Thread 'Lluis Munoz Ladron de Guevara' via Google App Engine
Hello, I would like to address Hung's question. Currently there are a few ways you can look for help to solve an issue even if you don't have a support plan. Which one you use mainly depends on where you think the root cause of your issue is. If you think the root cause is on our side we

Re: [google-appengine] Re: Google App Engine Unstable

2021-12-14 Thread Isaac Meany
I pay support and have reported it today. I'll let you know their answer. On Tue, Dec 14, 2021 at 9:37 AM Hung Nguyen wrote: > I got this problem on with my app twice on Friday Dec10 too. And it's > happening again now at this moment ( 10:20am, Dec14). > > Being a startup business, we can't

[google-appengine] Re: Google App Engine Unstable

2021-12-14 Thread Hung Nguyen
I got this problem on with my app twice on Friday Dec10 too. And it's happening again now at this moment ( 10:20am, Dec14). Being a startup business, we can't afford buying a Google support plan yet. Is there anyway we can report the problem to the right team and have its investigated or

[google-appengine] Re: Google App Engine Unstable

2021-12-13 Thread 'Lluis Munoz Ladron de Guevara' via Google App Engine
Hello, Thank you for reporting this issue. I would like to add to Elliott's message saying that some isolated issues might not report to the Status Dashboard if those only affect a limited number of users, more information about his can be found here

[google-appengine] Re: Google App Engine Unstable

2021-12-10 Thread 'Adam Meyer' via Google App Engine
I'm experiencing issues with Google App Engine this morning too. Requests are spinning for 5+ mins, then the next request goes through fine. Please investigate. On Friday, December 10, 2021 at 2:00:25 PM UTC-5 Elliott (Cloud Platform Support) wrote: > Hello, > > I understand that you would

[google-appengine] Re: Google App Engine Unstable

2021-12-10 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, I understand that you would like to report downtime and instability in your App Engine application. Please note that you may follow all outages or infrastructure issues using the Google Cloud Dashboard [1]. Looking at it briefly, I am unable to find

[google-appengine] Re: Google App Engine Hello world program using Python 3 Problem Reg.,

2021-09-30 Thread NoCommandLine
Hi, It looks like you are running dev_appserver.py on a Windows environment. Per Google Documentation , this is not supported for Python 3 .. *The dev_appserver tool does not support development of

[google-appengine] Re: google app engine connect to external database

2021-08-20 Thread Pablo Lopez
Try this: Go into the iam-admin for the project you want to give access to the DB and look for the service account it would be something like [project_id]@appspot.gserviceaccount.com, copy it, then in the same page, change the project to the one that hast the MySQL instance and clic Add+ and

Re: [google-appengine] Re: Google App Engine - Split Traffic and promote

2021-06-22 Thread 'Jordi (Google Cloud Platform Support)' via Google App Engine
Hello, To move from one version to another gradually you should take a look at Traffic migration. [1] Note that this is not supported in the App Engine flexible environment. [1] https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic On Wednesday, June 16, 2021 at

Re: [google-appengine] Re: Google App Engine - Split Traffic and promote

2021-06-16 Thread Bilal Haidar
Oh thanks George! Either I use two services of the same code base one for prod and one for staging. Or opt for two projects, one for prod and the other for staging? Then, traffic splitting works against a single service (without the version specified in the URL). In other words, traffic is split

[google-appengine] Re: Google App Engine - Split Traffic and promote

2021-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You are right, you can use traffic splitting to specify a percentage distribution of traffic across two or more of the versions within a service, as detailed on the "Split Traffic" page . Deploying with

Re: [google-appengine] Re: Google App Engine TCP Connections

2021-06-15 Thread Bradley Barrows
Hi, I found the issue and the solution. I thought that GCP was killing off the VM/container running the App Engine server as the logging and request handling would just STOP right when this larger query was made. I was sure it had something to do with the limit on the amount of data that an

Re: [google-appengine] Re: Google App Engine TCP Connections

2021-06-09 Thread Bradley Barrows
I thought that the original post did not actually send. My browser quit right after hitting send so I re wrote it. I also found no acknowledgement that the original was received so had no way of verifying if I needed to re type it or not. Sorry about that. Thanks Brad On Wed, Jun 9, 2021 at

[google-appengine] Re: Google App Engine TCP Connections

2021-06-09 Thread 'Angel (Google Cloud Platform Support)' via Google App Engine
Hello Brad, I believe this is a similar, if not the same question that has already been answered here [1]. Please let me know if this is the case or if I misunderstood your question. Kind regards. __ [1] -

[google-appengine] Re: Google App Engine: Request was aborted after waiting too long

2021-03-11 Thread 'wokmou' via Google App Engine
You might be experiencing latency from reloading instances. This can result in loading requests and additional latency as explain here[1]. You can also visit this link to know more about instance life cycle[2]. [1]https://cloud.google.com/appengine/docs/standard/java/how-instances-are-managed

[google-appengine] Re: Google app engine not distributing requests properly

2021-03-11 Thread 'wokmou' via Google App Engine
>From what I understand , your instance is overloaded during spikes. My suggestion is to set target_concurrent_requests [1] parameter to limit the number of concurrent requests per instance. This will trigger the creation of a new instance as soon as the limit is reached. There is also the

[google-appengine] Re: Google App Engine with Postgres & Go - Unable to connect to DB

2021-02-24 Thread 'David (Cloud Platform Support)' via Google App Engine
Hello, Please note that Google Groups is reserved for conceptual discussions that don’t involve debugging. I understand you may know this already but just ran out of options to get additional assistance other than Stack Overflow. In order for you to get proper assistance, I would recommend

[google-appengine] Re: Google App Engine Cost

2020-12-08 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello, To get a better understanding on costs for App Engine or for full solution with Cloud SQL, Storage & Firebase etc. you can select Google Cloud Platform Sales and select "I want to talk to sales" and write down your queries and a Google Cloud Platform

[google-appengine] Re: Google App Engine Mailjet gives 500 error

2020-10-26 Thread 'yananc' via Google App Engine
The ‘500’ error and no logs found in the Cloud Console might suggest that requests did not even reach your app. Do you use App Engine Standard or Flexible environment? Are you able to deploy the app successfully? Do you mean that the variables ‘MAILJET_API_KEY’ and ’MAILJET_SECRET_KEY’ work in

[google-appengine] Re: Google App Engine - Read JSON file from application code

2020-10-21 Thread 'Sergio Llopis' via Google App Engine
Hello, I understand that you are trying to read a JSON file from a Go application that is hosted on App Engine. The error message [1] that you are seeing can be due mainly to two reasons: 1 - The file does not exist in the filesystem. 2 - The file exists in the filesystem but the given path

[google-appengine] Re: Google App engine 301 redirect or Move project to another

2020-10-13 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
I have come across this StackOverflow thread which appears to be discussing your issue. In addition to that another workaround can be to deploy a version of the app that just serves the HTTP redirect and set it to be the default version.

[google-appengine] Re: Google App Engine: versioning with custom sub domains

2020-07-15 Thread 'Alex Fox' via Google App Engine
Hey Alexander, This sounds like the functionality I want. Perhaps I need to experiment with a wild card certificate and avoid using the sub domains. Thanks, Alex On Tuesday, July 14, 2020 at 4:04:38 PM UTC+1 a.not...@gmail.com wrote: > Alex, > > We are doing just what you describe, although

[google-appengine] Re: Google App Engine: versioning with custom sub domains

2020-07-14 Thread alexander noteboom
Alex, We are doing just what you describe, although we do it under the naked domain. we have app.io pointing to appengine, which has a wildcard certificate mapped. My appengine settings for custom domain are like this: custom domain name | cert | record type | data | alias *.app.io |

[google-appengine] Re: Google App Engine: versioning with custom sub domains

2020-07-14 Thread 'Olu' via Google App Engine
Hello, Alex While I think I understand your request, I require a clarification. You mentioned that the Google documentation states using the Version ID with your Custom Domain is the same as using your Version ID with the appspot.com domain. Do you have the link to this Google documentation

[google-appengine] Re: Google App Engine Java 8 Lifetime (LTS)

2020-05-26 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Carl, Thank you for your question. I cannot find public documentation that definitely answers your question but you may use this general link for product news, which is updated regularly. -- You received this message because you are subscribed

[google-appengine] Re: Google app engine issue when deploying it

2020-05-01 Thread 'Olu' via Google App Engine
There are a number of reasons this type of error may be obtained. As the error message indicates, it seems there is a missing or insufficient permission and this may be due to a number of reasons. For example, on this Stackoverflow link[1], the issue was caused by missing App Engine default

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2020-04-22 Thread 'Olu' via Google App Engine
I understand your concern about the Deployment time. These are on-going efforts and changes that sadly have no ETA at this time as the team is constantly looking into ways to get better deployment time for all App Engine environments. There are similar reports on these issue links[1][2] that

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2020-04-22 Thread Magnus Markling
Hey Nick! How are these devoted efforts coming along? I just started a brand new GAE project with a simple Node application. Deployment takes 8-10 mins, the major part of which is still spent waiting for "Updating service". I'm not particularly impressed. Cheers, Magnus Den torsdag 6 april

[google-appengine] Re: Google App engine deploy python project 502 bad gateway error

2020-02-06 Thread Aaron Butler
you're my hero! Following the current guide cloud sql works via cloud_sql_proxy running the django app local. Ideally this would be enough to feel like you could deply. Cloud deployment instructions appear to be missing something. On Thursday, February 6, 2020 at 3:58:51 PM UTC+11, Mohammad

[google-appengine] Re: Google App engine deploy python project 502 bad gateway error

2020-02-05 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Aaron, Thank you for your message. I have created an internal issue with App Engine Engineering team to update the document and notified them about your concern. On Wednesday, February 5, 2020 at 8:41:00 AM UTC-5,

[google-appengine] Re: Google App engine deploy python project 502 bad gateway error

2020-02-05 Thread Aaron Butler
Hi Jordan, I would recommend that the quickstart is revisited + updated as the 502 is a common issue caused by your user guide. In fact there is even medium articles https://medium.com/@BennettGarner/deploying-a-django-application-to-google-app-engine-f9c91a30bd35 where people have attempted

[google-appengine] Re: google app engine and big file generating

2020-01-27 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
You may want to consider using Cloud Tasks , as it is mainly used to manage the execution of a large number of distributed tasks. It allows you to execute tasks asynchronously and control those requests to better manage the load on your

[google-appengine] Re: Google App Engine Search stopped working

2019-11-21 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Liu, Please use this link here to open an issue with Google Issue Tracker for App Engine. You will need a Google Account to access it. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Google App Engine Search stopped working

2019-11-21 Thread Liu Adoo
I tried to create issue, but it says "You do not have permission to create issues in this component.", I chose Public Trackers. On Wednesday, November 20, 2019 at 2:31:51 AM UTC+8, George (Cloud Platform Support) wrote: > > Hello Liu, > > The error may have various origins. You should try

[google-appengine] Re: Google App Engine Search stopped working

2019-11-19 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Liu, The error may have various origins. You should try including the app engine dependency in your pom.xml. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine. For coding in Java, and software architecture, as

[google-appengine] Re: google app engine deploy error from gitlab runner

2019-09-24 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Bilal, Local development environment is different from App Engine runtime after deployment, in particular here your local environment is able to run the binary: GitLab Runner is designed to run on the GNU/Linux, macOS, and Windows operating systems. Other operating systems will probably

[google-appengine] Re: Google App Engine Instance is abruptly shutting down on Standard Environment

2019-08-12 Thread vidhi thakrar
Thank you George for the response. In our case, There is a single endpoint which reads a large file from amazon s3 line by line and then ingests a batch of 50 lines as 50 documents on cloud firestore. It roughly takes around 1.5 hours to insert all the data from a file to cloud firestore.

[google-appengine] Re: Google App Engine Instance is abruptly shutting down on Standard Environment

2019-08-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Instance re-starting is normal in the present case, and your application should take this into consideration. Hardware and software failures that cause early termination or frequent restarts can occur without prior warning and can take considerable time to resolve; thus, you should construct

[google-appengine] Re: Google App Engine Flex Environment -- WebSocket server error

2019-07-25 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hi, Thank you for using Google Groups! It seems like you have reached out about this issue on our Issue Tracker thread here for this issue as well. As suggested by the support agent on that thread

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-06-27 Thread Andreas Virkus
I feel it necessary to echo this. Zeit, Heroku, AWS, [you-name-it] all deliver these micro-updates under a minute. In todays world of rapid development/delivery/iteration, it's odd to see a company of Google's magnitude be contempt with being 10+ times slower than their competition. I guess

[google-appengine] Re: Google App Engine SSL Auto-Renewal

2019-04-24 Thread diogoalmeida via Google App Engine
Hello James. Note that the Google Groups thread is not the best channel to post this type of issues [1]. For technical questions you can use StackOverflow. However, it looks like to resolve this issue you will need to file a case with the GCP support team [2] (Free trial [3]). [1]

[google-appengine] Re: Google App Engine High Availbility

2019-04-03 Thread diogoalmeida via Google App Engine
Hello. App Engine is regional [1] and the app should be available across all zones within the region you choose. However, it is not possible to change the app region after you set it. App Engine does not have the same high availability

[google-appengine] Re: Google App Engine not show domains registered

2019-02-25 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hello, Thank you for using Google groups. I understand you would like to map a custom domain to your App-Engine app. Based on the documentation provided by Google for mapping custom domains, I believe you have to verify if you are the owner of the domain before you can map it. This is

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-24 Thread Matt Haff
Thanks Mohammad, I have created an issue there as well. On Thursday, January 24, 2019 at 12:01:28 AM UTC-5, Mohammad I (Cloud Platform Support) wrote: > > Hello Matt, > > > As the issue is related to user’s deployment failure sometimes which is an > indicator that this issue shouldn't be

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-23 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Matt, As the issue is related to user’s deployment failure sometimes which is an indicator that this issue shouldn't be reported on Google Groups as this forum is meant for general discussion of the platform, not specific technical issues. What's needed for anybody who would want

[google-appengine] Re: Google App Engine Seach Java not working since this morning: com.google.appengine.api.search.SearchException: Error constructing stub for app

2019-01-22 Thread 'George (Cloud Platform Support)' via Google App Engine
You may follow issue 123192346 to monitor progress and eventual fixes. No estimated time to resolution has been set. Engineering is already working towards a fix. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Google App Engine Seach Java not working since this morning: com.google.appengine.api.search.SearchException: Error constructing stub for app

2019-01-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Bruno, We need your project ID, to investigate this specific error further. You should not write private information such as project IDs in public forums, but you can reply to me privately using the drop-down menu of the top-right reply button, and choosing "reply privately to author".

[google-appengine] Re: Google App Engine Seach Java not working since this morning: com.google.appengine.api.search.SearchException: Error constructing stub for app

2019-01-21 Thread davidcharles via Google App Engine
Hello Bruno and Akash, Since Google Groups is meant for conceptual discussions and this is a report about an issue with the platform, please create a Google Issue Tracker and include all the relevant information since Issue Tracker is

[google-appengine] Re: Google App Engine Seach Java not working since this morning: com.google.appengine.api.search.SearchException: Error constructing stub for app

2019-01-20 Thread Akash Eldo
Hi Bruno, I've had the exact same problem. My application was working until yesterday(1/19) when I tried adding some documents to the index. I got this error: PutException: Error constructing stub for app I then tried to use my search endpoint to search documents already in the index and I

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-18 Thread Matt Haff
I'm having the same issue, I posted a separate question here per Nick's request - https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/google-appengine/NJMzqz5JqZQ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-18 Thread Karolis Krulis
That's not really a solution. If I deploy the same exact file to AWS it takes ~15s on a slow network. I spent 10 minutes deploying on google. On Monday, October 3, 2016 at 4:39:50 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hey Kevin, > > The speed of deployment can be changed by

[google-appengine] Re: Google App Engine

2019-01-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Siva, You seem to refer to the "Get API Key" documentation page , or another App Engine documentation page. What is the use of referring to documentation without describing the problem you are faced with? Your link

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2019-01-03 Thread 'Edgar (Google Cloud Platform Support)' via Google App Engine
As DeWitt mentioned, currently our median deployment time for production goes around 6 minutes as it is working as intended on the flexible environment. There has been some additional work and testing done for faster deployment for development purposes. The updated workflow("in-place version

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-12-29 Thread Shiva Wu
So I guess no update on the load balancer update speed, huh? It has been more than a year... On Wednesday, 5 April 2017 16:28:11 UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Stanislas, > > So, I can confirm that my prior investigation and intuitions were on the > right track. I can

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-12-29 Thread Shiva Wu
So I guess no update on the GCLB deployment speed, huh? It has been more than a year... On Wednesday, 5 April 2017 16:28:11 UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Stanislas, > > So, I can confirm that my prior investigation and intuitions were on the > right track. I can confirm

[google-appengine] Re: Google App Engine Issue

2018-11-15 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi, I see you have created a duplicate thread on the same question in Stack Overflow . In order to avoid duplicating efforts we will let you work with the thread in Stack Overflow since Google Groups

[google-appengine] Re: Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-12 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right about all cores, it is not appropriate to think otherwise. One should also keep in mind that these are virtual machines. My point, in the reply above, is that you have control over threading by way of your app's node.js code. -- You received this message because you are

[google-appengine] Re: Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-12 Thread Sudhanshu Gaur
So Ap Engine Flex by default utilises all cores of the VM to run my NodeJS processes? -- 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] Re: Google App Engine Standard Environment With node-js

2018-10-10 Thread 'Olu' via Google App Engine
Clicking on the Link, https://excellent-appguard.appspot.com/ works for me. I see the Header of the Application "Content About RoboSystems goes here". So, I cannot reproduce the error being reported. However, if it is an issue that sparingly occurs, I recommend that you review the Stackdriver

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-09 Thread samiislam via Google App Engine
Yes, you are right. In order to connect to the Redis instance, App Engine applications must be in the same region as the Redis Instance and on the same network to be authorized. Please check the following article for

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
Hi Katayoon, The app tries to connect to redis on startup. I realised that redis was in a different region hence unable to connect. Would that be the cause of long delays during deployment? On Monday, October 8, 2018 at 11:47:30 PM UTC+5:30, Katayoon (Cloud Platform Support) wrote:

[google-appengine] Re: Google App Engine Nodejs flex, does it utilise all cores of the instances, or do I have to manually create processes?

2018-10-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Sudhanshu, Load is efficiently dealt within Flexible Environment, there is no reason to assume otherwise. You do have control over thread creation. To this purpose, you typically do not need to use anything other than your language’s built-in threading or multiprocessing tools. You may

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Prashanth, As DeWitt mentioned, having a delay around 6 minutes median (50th percentile) for a new version of App Engine Flex. deployment is the expected behavior since when you deploy your first application to the flexible environment, your virtual machine (VM) and other infrastructure

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
Is there any updated. I have Rails flex instances timeout after 45mins( 2 services). On Tuesday, December 12, 2017 at 11:07:43 PM UTC+5:30, DeWitt Clinton wrote: > > Hi all, > > I’m on the App Engine team and I agree, flexible deployments are currently > too slow. The observations in this

[google-appengine] Re: Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-26 Thread Chad Paulson
Thank you both for the heads up! I completely forgot about the application-level redirect I put in place and was able to solve this quite easily by adding exceptions. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-24 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hi Chad I went through a couple of posts that could related to this error. I believe this is the cause of the issue - cron accesses target URLs over http, and so when the handler tries to redirect to https it's throwing the 301 'Moved permanently' response. It seems like cron jobs are

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-30 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I tried to reproduce the issue by following the quickstarts for Node.js on App Engine Standard and App Engine Flexible

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-30 Thread Sudhanshu Gaur
Also, I am using the same code on compute engine but there logs all logs are getting printed, but in App Engine for some cases, they are missing eveytime? On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not getting

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-30 Thread Sudhanshu Gaur
Please help me, I am facing this issue from 3 days and haven't found any solution, my app is in production and I cannot debug the issues, I never expected these kinds of vulnerabilities from Google Cloud Platform, previously everything was working very fine, but How this issue has come? Please

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-30 Thread Sudhanshu Gaur
I have added debugging points but the thing is my debug points are executed, but how come in the logs they are not getting printed. On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not getting shown in the > Logging

[google-appengine] Re: Google App Engine Logs not showing in the console?

2018-08-29 Thread Sudhanshu Gaur
Still waiting for any solution On Wednesday, August 29, 2018 at 1:14:58 AM UTC+5:30, Sudhanshu Gaur wrote: > > Google App Engine many Logs are skipping, and not getting shown in the > Logging console, and it is happening always, the Logs I am showing using > console.log() are getting skipped

Re: [google-appengine] Re: Google App Engine and Knative

2018-08-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
You can have both App Engine and Kubernetes Engine in a single project, however it is recommended creating a new project for this alpha program. Knative is the most suitable approach when you want a serverless App Engine Flex-like experience, be available on every cloud (multi-cloud), hybrid,

[google-appengine] Re: Google App Engine roadmap

2018-08-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I have created a feature request on "GAE roadmap" in the Issue Tracker . You may star the feature request for further updates, however we can't provide you ant ETA on it. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Google App Engine roadmap

2018-08-20 Thread bFlood
that article is from 2008 and the link does not point at a road-map, its just a description of the current standard offerings On Friday, August 17, 2018 at 6:35:02 PM UTC-4, Katayoon (Cloud Platform Support) wrote: > > As mentioned in “Google App Engine Roadmap - Now Published >

Re: [google-appengine] Re: Google App Engine and Knative

2018-08-20 Thread Anil Kumar
Thanks for your reply Katayoon. I understand that both Knative and App Engine are 'managed platforms' and both are two different offerings. What I am looking for is along the following lines : 1. If I am starting on a completely new project now - then should I take the Knative or the App Engine

[google-appengine] Re: Google App Engine and Knative

2018-08-17 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
For the time being they are different products. Knative is a Kubernetes-based platform, and App Engine is a different fully managed platform to build and deploy applications. Your question is too general. More details and clarification would help us to

[google-appengine] Re: Google App Engine roadmap

2018-08-17 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
As mentioned in “Google App Engine Roadmap - Now Published ” article, App Engine road-map can be found here . -- You received this message

[google-appengine] Re: Google App engine with SSL does not work on Firefox

2018-08-08 Thread Binh Bui Van
Thanks Katayoon, It is not seem to be my issue. Opened new tracker issue Vào 21:25:16 UTC+7 Thứ Tư, ngày 08 tháng 8 năm 2018, Binh Bui Van đã viết: > > Hi all, > > I have config ssl for Google App Engine (python standar). > It work perfect on chrome. > But with Firefox, it show 'Your connection

[google-appengine] Re: Google App engine with SSL does not work on Firefox

2018-08-08 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Binh, You may take a look at this thread in Stack Overflow which seems to be similar to your issue. If the issue persists, I recommend to open a report in the Issue Tracker

[google-appengine] Re: Google App Engine multiple regions

2018-08-07 Thread BG Bruno
I agree - this function have to be there already also "google functions" are regional  https://firebase.google.com/docs/functions/locations if I see it right "aws lambda, aws elasticbeanstalk, aws cloudformation" support loadbalancing 勞

[google-appengine] Re: Google App Engine multiple regions

2018-08-07 Thread BG Bruno
I agree - this function have to be there already also "google functions" are regional  https://firebase.google.com/docs/functions/locations if I see it right "aws lambda, aws elasticbeanstalk, aws cloudformation" support loadbalancing 勞

[google-appengine] Re: Google app engine creating instances not in 'default internal' ip ranges?

2018-08-06 Thread 'Julie (cloud platform support)' via Google App Engine
On Thursday, August 2, 2018 at 3:13:49 PM UTC-4, Ryan Barker wrote: > > I am having issues that some of the instances that are being automatically > spun up by google app engine are not able to connect to my database. I have > a hunch the issue is that the problem relates to ip addresses

Re: [google-appengine] Re: Google App Engine group

2018-08-06 Thread Giuliano Ribeiro
Yes, it is moderated. _ Giuliano On Mon, Aug 6, 2018 at 2:07 PM Steve Neal wrote: > Hi, > > Can you tell me if this group is moderated please? > > I've tried twice to post a question and it's not visible. > > Thanks, Steve. > > > -- > You received this message because you are

[google-appengine] Re: Google App Engine group

2018-08-06 Thread Steve Neal
Hi, Can you tell me if this group is moderated please? I've tried twice to post a question and it's not visible. Thanks, Steve. -- 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

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-08-01 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Yi, 503 is a back-end error, and a little too general to be useful. You mention that you have recently changed your app's business logic. This might have impacted your back-end behavior, and thus result in these 503 errors. The recommended practice, in such cases, is to implement

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-31 Thread epssdev
Did this issue get resolved? I see a lot of 502 Bad Gateway errors since my last components upgrade ~ 2weeks. On Friday, July 6, 2018 at 9:31:50 AM UTC-7, yi he wrote: > > Hello, > I met a issue. > Everything works fine at the begin of this week. In the middle of the > week, user reported can

[google-appengine] Re: Google App Engine Upload File to API Directory

2018-07-10 Thread 'George (Cloud Platform Support)' via Google App Engine
In case of an app deployed in the Cloud, the local filesystem that your application is deployed to is not writeable. This behavior ensures the security and scalability of your application. Why reading the file from GS represents a problem? Are there speed or otherwise performance

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread yi he
Also how to debug the failure? Is the error related? INFO: Error body: RPC Error: /StubbyService.Send to (unknown) : APP_ERROR(2) On Friday, July 6, 2018 at 12:41:41 PM UTC-5, yi he wrote: > > Yes. It is flexible environment. In fact, I deployed again last night and > it worked. But I found

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread yi he
Yes. It is flexible environment. In fact, I deployed again last night and it worked. But I found it broken again this morning. The same code worked very well last week. I didn't change any config file and only change business logic code. On Friday, July 6, 2018 at 12:32:53 PM UTC-5, Giuliano

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread Giuliano Ribeiro
It's on Flex, right ? As the Flex requires an answer on the default port, have you sure your app is running at least on the local development env ? On Friday, July 6, 2018 at 6:30:00 PM UTC+1, yi he wrote: > > Thanks Giuliano, > > I saw some failures. > > A INFO: End of request or previous

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread yi he
Thanks Giuliano, I saw some failures. A INFO: End of request or previous flush has not yet completed, blocking. A Jul 06, 2018 5:14:44 PM com.google.apphosting.vmruntime.VmApiProxyDelegate runSyncCall A INFO: Error body: RPC Error: /StubbyService.Send to (unknown) : APP_ERROR(2)

[google-appengine] Re: Google App Engine. Start from last week, keep responding 503 error.

2018-07-06 Thread Giuliano Ribeiro
Hi Yi, do you took a look on StackDrive logging? Any issues on the instances startup? On Friday, July 6, 2018 at 5:31:50 PM UTC+1, yi he wrote: > > Hello, > I met a issue. > Everything works fine at the begin of this week. In the middle of the > week, user reported can not access the

[google-appengine] Re: Google app engine can requests fail while shifting traffic to the new version?

2018-06-29 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The answer is different depending on the App Engine environment. GAE Standard for example, supports gradual traffic migration wherein you can enable 'warmup request' to prepare the new instances before those instances serve any traffic. In contrast, GAE Flex does not support gradual traffic

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-18 Thread Thomas Becker
George, I'm sure you're right about Maven being the better way to do things. Here's the reason why I haven't gone there. I've been working with the Google App Engine Eclipse plugin since 2010 or so. I recently switched to the new plugin, Google Cloud Tools for Eclipse. After installing that

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-17 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, This is an excellent observation! Grateful for bringing this apparent discrepancy to our attention. The page you refer to might well have to be brought in tune with the others. Why do I mention the other pages? Because all other Java-related pages and tutorials on

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-16 Thread Thomas Becker
I'm going to have to respectfully disagree with you here. Below is a direct copy and paste from the page https://cloud.google.com/sdk/gcloud/reference/app/deploy To deploy an App Engine Standard Java service, run: $ gcloud app deploy

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Thomas, There is no contradiction between the two pages you link to, as one page refers to Python apps, the other to Java. Your request to not change the default values of options refers to gloud app deploy, a deployment command that is specifically described in documentation as not

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-15 Thread Thomas Becker
After some more research and experimentation, I believe that I solved the mystery. So again, on the page https://cloud.google.com/sdk/gcloud/reference/app/deploy is says that you can deploy Java services to App Engine standard with "gcloud app deploy", and on the page

[google-appengine] Re: Google App Engine Java deployment with gcloud skips almost all files

2018-06-15 Thread Thomas Becker
Thanks for the information. As a suggestion, you may want to correct the page https://cloud.google.com/sdk/gcloud/reference/app/deploy On that page, in the example section, it says, To deploy an App Engine Standard Java service, run: $ gcloud app deploy

  1   2   3   4   5   6   7   8   9   >