Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

401 questions
0
votes
1 answer

Automate Google App Engine deployment with Google Cloud Build

I have a Go application wich needs GCC during the build process. The default GAE Go runtimes don't support GCC, so I had to configure my app.yaml to define the runtime as custom like this: runtime: custom env: flex network: session_affinity:…
Montaro
  • 137
  • 1
  • 7
0
votes
0 answers

How to Run Java11 Spring web-application in eclipse using google cloud tools plugin locally and deploy to AppEngine

I gone through some available link like https://cloud.google.com/appengine/docs/standard/java11/java-differences, but I haven't found any proper steps to run locally and deploy to AppEngine. I'm facing this issue while I try to migrate our…
Timothy P
  • 1
  • 1
0
votes
1 answer

GAE - Writing permission on files

I've deployed a PHP CodeIgniter application on an App Engine and there are two files that need write permission. Can't find a How-to to help with setting those permissions. Any help? Thanks!
0
votes
1 answer

ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build bfe8bf5b-8368-4db6-a64e-8272d269ed76 status: FAILURE

Hi I am trying to do a deploy, but I am always receiving this follow error: gcloud app deploy --promote File upload done. Updating service [default]...failed. ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build…
Davi Amaral
  • 21
  • 1
  • 5
0
votes
1 answer

GAE: How are task handlers impacting the performance metrics of my app?

Google App Engine documentation indicates the two following information: 1- App Engine reserves automatic scaling capacity for applications with low latency, where the application responds to requests in less than one…
Alex
  • 1
0
votes
1 answer

Run website on Google Cloud with more than 6.5GB per vCPU

I'm running a website that has high memory requirements because it implements a machine learning model. I suspect 8GB will be enough, but could need a little more. Google App Engine standard and Cloud Run limit you to 2GB per instance. GAE flexible…
new name
  • 217
  • 1
  • 2
  • 9
0
votes
0 answers

Google App Engine Standard Environment 502 POST Server Error

After a few days of using an App Engine to stream data from Unity to PubSub I've encountered huge amount of 502 errors which increased the number of created instances and because of that it goes over Daily spending limit. Instance increase Python…
-1
votes
1 answer

A cost estimation for a Java WAR using AppEngine

I read the following in the docs for Java appengine: standard: Most cost-effective for applications that have significant periods where they are not serving traffic. flexible: No free tier. Application always has a minimum number of running…
Amos
  • 141
  • 7
-1
votes
1 answer

How to determine what quota I'm violating?

Ok, so I'm developing an application for eventual deployment to App Engine and I'm working locally, on my laptop, and I keep getting these errors: Insufficient tokens for quota 'logging.googleapis.com/read_requests' and limit…
-1
votes
1 answer

Looking for how to add a new member

Where can I now find the admin members page in the appengine.google.com console? It looks like Google changed to a new interface in the appengine console. I'm trying to add a new member but I can't find where to do it.
Niklas Rosencrantz
  • 179
  • 1
  • 2
  • 17
-1
votes
1 answer

How to increase upload limit in PHP.ini on Google App Engine

I have successfully installed Wordpress on Google App Engine and it went very smoothly. I logged into WPAdmin, and when I try to install my theme it says "Are you sure you want to do this? Please try again.' I have researched this error, and found…
-1
votes
1 answer

Error when deploying Node.js on Google App Engine

I got an error when trying to deploy node.js app to GAE. I noted that node.js runtime was not able to find the module that require in app.js. If I remove require statement it will be run normally. // in app.js var protocol =…
-1
votes
1 answer

Missing "app engine service account" in developers console

I'm currently in the proces of updating an old appengine application to use the new cloudstorage based files API (python). This also means setting up cloudstorage for this application. I've done this successfully but my application isn't able to…
-1
votes
1 answer

Custom domains created in one owner account not visible on other owner accounts on Google App Engine

In one of my app engine projects, I'm using Custom Domains mapping which I created whilst logged into one of the owner accounts. However, when I login to other owner accounts for the same project, I can no longer see the custom domains which I…
-1
votes
1 answer

Duplicate Application Settings

Google Cloud Platform emailed me, telling me to migrate from the Master/Slave Datastore to the High Replication Datastore (HRD). Unfortunately, the migration instructions have fallen out of date. The Duplicate Application Settings feature is…
Vezquex
  • 131
  • 1
1 2 3
26
27