[google-appengine] Cloud SQL - cost

2020-10-05 Thread Rajesh Gupta
Hello, I am having a multi tenant saas. We use an app engine datastore. But we have hit the 200 index limit. GCP team declined the request for increasing the indexes. Looking for alternatives database to expand our product lines and features Did not understand the cost of using cloud sql

[google-appengine] Migrating from GAE Flexible to Standard

2020-10-05 Thread Courtney Bracefield
Hey there! I'm running a Python 3 project on GAE Flexible, but now that GAE Standard supports Python 3 I would like to migrate to a standard environment. I've read the docs on the differences between the

[google-appengine] Re: C# SqlServer database connection problem while deploying to AppEngine

2020-10-05 Thread Krzysztof Patra
I think I found the real problem. It was connected to MultipleActiveResultSets=true. When I commented some code that was generating "the multiple batches on a single connection situation" on starting of the app, the deployment to Appengine got successful. Does Google Cloud SqlServer have

[google-appengine] Re: how do I get fullstack trace logs in GAE standard environment?

2020-10-05 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Jerry, App Engine Standard environment is a sandbox and you may not have much control on the execution environment. Looking at ClassCastException doc , this exception indicates that the code has

[google-appengine] Re: wget from api.nasdaq fails only on App Engine

2020-10-05 Thread Ananth Chellappa
It'll be a python script (flask) Since it doesn't work (hangs, just like wget) I'm trying wget to see what works and what doesn't.. web is not my core competence. Could you tell me how to format the wget as you suggest? :) Thanks! On Monday, October 5, 2020 at 2:58:01 PM UTC-5 George (Cloud

[google-appengine] Re: wget from api.nasdaq fails only on App Engine

2020-10-05 Thread Ananth Chellappa
Tried wget with --no-check-certificate and the result is the same - just hangs.. On Monday, October 5, 2020 at 2:58:01 PM UTC-5 George (Cloud Platform Support) wrote: > Do you have a service running in App Engine? How do you run wget in this > case from that service? > > You should be aware

[google-appengine] Re: wget from api.nasdaq fails only on App Engine

2020-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Do you have a service running in App Engine? How do you run wget in this case from that service? You should be aware that by default, the App Engine implementation of the HTTPS wrapper attempts to validate the certificate of the host, and rejects requests where the certificate does not match.

[google-appengine] Re: C# SqlServer database connection problem while deploying to AppEngine

2020-10-05 Thread 'George (Cloud Platform Support)' via Google App Engine
You mention a proxy? Is your local machine behind a proxy? That would be consistent with the error you keep receiving. Does the situation change if you access App Engine without a proxy, from another network? It may be worthwhile having a look at Configuring Cloud SDK for use behind a

[google-appengine] wget from api.nasdaq fails only on App Engine

2020-10-05 Thread Ananth Chellappa
Works fine on my home PC. What could be the reason? wget --user-agent=Safari "https://api.nasdaq.com/api/quote/AAPL/dividends?assetclass=stocks; hangs on App Engine but returns data immediately on my laptop. Do they detect the request is from App Engine and decide not to respond? wget

[google-appengine] Re: Running instances of a disabled application with stopped services

2020-10-05 Thread 'Mary (Google Cloud Support)' via Google App Engine
Hello, I am following up with you to see if you were successful in disabling your App Engine application? "[]: Error Response: [13] Service (module) deletion failed." can happen when the App Engine service account is not listed on the IAM Page nor under the Service Accounts tab. If it is

[google-appengine] C# SqlServer database connection problem while deploying to AppEngine

2020-10-05 Thread Krzysztof Patra
Hi I have this problem when trying to deploy to AppEngine. On local machine using proxy it works fine. Microsoft.EntityFrameworkCore.Database.Connection[20004] A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was

[google-appengine] Re: Recover deleted Logs | App Engine | Logs Storage | Default Bucket

2020-10-05 Thread 'Olu' via Google App Engine
Hello, Thank you for reporting this. While there are a number of options available to retain logs that are yet to be deleted, for example, this article[1] shows which logs are configurable for Custom retention[2]. However, once the logs have been deleted, it becomes difficult and seems

[google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-05 Thread Joshua Smith
There is a production issue in my app. (I’m happy to create a private production issue ticket, but I couldn’t figure out where to do that.) My app is still on Python 2.7 and uses the legacy blobstore. I use blobstore.create_upload_url('/upload’) to populate a form. This has been working fine

[google-appengine] how do I get fullstack trace logs in GAE standard environment?

2020-10-05 Thread jie lin
Hi I am experiencing an intermitent problem of GAE jetty 9.0 crash. The crash is not caused by a specific restful call. Once GAE jetty 9.0 crashes, the service (the application) is not accessable anymore and all instances have to be restarted. Have anyone seen the same problem and managed to