[google-appengine] Re: Postgres connection string

2020-05-04 Thread 'yananc' via Google App Engine
Hello Adam, In order for us to further investigate the issue, please provide more information regarding your app in App Engine and the PostgreSQL instance in Cloud SQL, some of which might include if you are using App Engine Standard or Flexible, how the Cloud SQL instance is set up, if publ

[google-appengine] Postgres connection string

2020-05-04 Thread Adam Woloszyn
Greetings, New to appengine and trying to receive some support regarding my connection to a postgres database from a .NET application I'm deploying. Here are some details: App.yaml: beta_settings: cloud_sql_instances: "my-project:us-west1:dbName=tcp:5432" appsettings.json: "AppDbContext": "Uid

[google-appengine] Re: Is GAE standard billing method changed?

2020-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Tapir, There are no changes in GAE billing recently, which may have affected you; this, depending on how recent you mean. You can change daily quota limits for your already present limits, but you cannot change or remove existing spending limits. You may check "Spending limits" documen

[google-appengine] Re: Deploying Flask Socket.io application with eventlet on Google AppEngine

2020-05-04 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Matthew, I see you have already posted your question on Stack Overflow . I recommend to continue with the thread in Stack Overflow in order to avoid duplicating effort. No

[google-appengine] Re: what is version in (com.google.cloud.tools)

2020-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Parameter "version" is defined as : "The version of the app that will be created or replaced by this deployment. If you do not specify a version, one will be generated for you". You seem to want to set versi

[google-appengine] Re: Deployment issue in gae (standard envoirement)

2020-05-04 Thread 'George (Cloud Platform Support)' via Google App Engine
How did you run the "gcloud app deploy" command, what parameters? gcloud app deploy [CONFIGURATION_FILES] is expected. What configuration files did you indicate? The recommended deployment procedure

[google-appengine] Deploying Flask Socket.io application with eventlet on Google AppEngine

2020-05-04 Thread Matthew Ha
I am using flask socket.io configured with eventlet on a flexible google appengine instance. According to the flask socket.io documentation: https://flask-socketio.readthedocs.io/en/latest/ running `socketio.run(app)` will start a webserver if eventlet is installed. I have a local react web ap