app-engine-flexible Questions
1
I am building an app using Flexible App Engine and Python3. In the standard appengine, if you needed to run a task that was longer than 60s, you could either use taskqueue, or the deferred library ...
Chantilly asked 16/9, 2016 at 20:29
1
I am trying to deploy a Python app on Google Cloud. In the app I have a dependency that is actually locally available. So to add it in project using pip. I use pip install -r requirements.txt --fin...
Calle asked 31/5, 2018 at 15:24
2
As per Google App Engine flexible docs, for any incoming request, as a service to the app, App Engine adds the following headers to all requests:
X-AppEngine-Country as an ISO 3166-1 alpha-2 count...
Gantrisin asked 24/4, 2018 at 15:46
2
Solved
I am using flexible environment.
I setup a billing account and set the following:
Budget: 0.01$
Daily Spending Limit: 0.01$
But I am already being charged 5$. How is that possible? This is the ...
Raglan asked 5/2, 2017 at 20:41
1
Solved
I have a GAE project (flexible) consisting of 1 default and 2 subservices:
foo.appspot.com
service1.foo.appspot.com
service2.foo.appspot.com
Now I want to use foo.appspot.com as API proxy &...
Leper asked 15/3, 2018 at 10:11
2
Solved
I have a dotnet core 2.0 application running in Google App Engine Flexible Environment. Within the same Google project I have a Cloud SQL - MySQL database. On the Cloud SQL Instance details page, u...
Jahveh asked 16/1, 2018 at 14:31
2
Solved
How do you change the size of the shared memory folder /dev/shm in an App Engine Flexible app?
By default it is set to 64M, too low to run many apps (e.g., chrome). I don't see any way to change i...
Cottage asked 25/9, 2017 at 21:38
0
I'm unable to deploy with the App Engine (Java Flexible) and receive only the information in the header, which is not very informative.
I've tried to deploy the helloworld-servlet sample app (https...
Shewmaker asked 6/9, 2017 at 8:48
1
Solved
I see a lot of google-app-engine questions from users mixing up the standard environment with the flexible environment, especially when it comes to documentation, often attempting to follow the wro...
Periphrastic asked 23/8, 2017 at 14:37
1
Solved
I'm transitioning an application from GCE to GAE Flexible. It's currently running in a g1-small instance which is plenty for my needs, however when I try to specify a g1-small instance in my app.ya...
Bronchial asked 8/6, 2017 at 20:44
1
We are experimenting with Flexible Environment and we want to migrate an existing application. Everything seems to go well except from cron entries.
We have a bunch of cron and every url is secure...
Iatric asked 6/4, 2016 at 15:35
1
Solved
I know there are many such questions asked, but App Engine tends to have changed between each time I set up a new project, often without proper documentation.
Earlier, during the (vm: true)-times,...
Pother asked 5/5, 2017 at 14:23
2
I am stuck in deciding between choosing Google App Engine Standard Vs. Flexible environment for a real world production. I want to use Java definitely. Need to use Firebase(latest version) for Auth...
Loaning asked 1/8, 2016 at 5:18
1
Solved
According to https://cloud.google.com/appengine/docs/flexible/go/migrating#url_fetch ,in flexible environment we can use http lib instead of urlFetch which is supposed to add GAE related headers.
...
Popover asked 4/4, 2017 at 2:32
1
Solved
I am trying to deploy the app.yaml file to appengine flexible.
Here is my app.yaml file
runtime: java
env: flex
manual_scaling:
instances: 1
handlers:
- url: /.*
script: this field is required...
Swee asked 6/2, 2017 at 16:37
1
We are trying to running an application (a java servlet that connects to guacamole server) on flexible appengine, in our troubleshooting it looks like there is a nginx proxy on the google cloud ins...
Tibetoburman asked 28/11, 2016 at 21:27
1
Solved
Using gcloud app deploy to deploy a flex service (SDK version 127.0.0), I get the following error:
ERROR: (gcloud.app.deploy) Error Response: [3] Docker image us.gcr.io/my-project-name/appengine...
Fireplug asked 12/10, 2016 at 21:17
© 2022 - 2024 — McMap. All rights reserved.