Questions tagged [google-app-engine-standard]

16 questions
6
votes
2 answers

App Engine Standard Auto Scaling - How to stop previous version on deployment?

Problem: I am deploying an appengine standard service - nodejsv10. However after the traffic is migrated to the new version, the old version is still left running with the instance count being listed as 2 or 1. This is still the case for multiple…
2
votes
1 answer

How to store database credentials in Google App Engine Standard?

I'm experimenting with hosting a Django application on Google App Engine Standard and to do that I followed the tutorial Running Django on App Engine Standard Environment. That tutorial completely ignores the problem of safely handling credentials…
2
votes
1 answer

Minimum TLS version for google cloud standard app engine projects

We have multiple standard app engine projects that needs restriction on the tls version (>= 1.2), is there a setting to change that through the console?
1
vote
1 answer

"Report-To" HTTP header implementation for GAE Standard

I'm attempting to add a "Report-To:" HTTP header to our App Engine's app.yaml configuration file for integration with https://report-uri.com (based on the Reporting API here, here, and here) but when I push the changes to the repository, Cloud Build…
1
vote
1 answer

How to stop app engine instance with API?

According to the documentation https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch we should be able to stop an app engine instance by changing the serviceStatus to STOPPED. However, the documentation is…
1
vote
1 answer

Can't deploy to Google Cloud Platform on Laravel

I got the following error while deploying laravel on GCP with "gcloud app deploy". ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build ID~~~ status: FAILURE Error ID: 5888fcc4 Error type: UNKNOWN Error message: Loading composer repositories…
1
vote
1 answer

Using App Engine Standard with PHP7.4

I have Problems using php 7.4 with App Engine Standard. The Documentation states there is an beta Version (php74), but it does not work. I get the following error: ERROR: (gcloud.beta.app.deploy) INVALID_ARGUMENT: Invalid runtime 'php74' specified.…
1
vote
1 answer

ERROR: (gcloud.app.deploy) UNAVAILABLE: The service is currently unavailable

Since last night App Engine has been throwing 503 errors for deploy, delete, and traffic migration requests. This is happening from both the CLI and the console. App Engine is still serving traffic, but it seems all the admin functions are not…
0
votes
0 answers

Google App Engine error “Upstream sent too big header”

I am running a Laravel app with Google App Engine Standard PHP 7.2, with Elfinder package. Today, I receive 502 error while trying to access Elfinder. Upon analyzing the log, I found this particular error: 96 upstream sent too big header while…
0
votes
1 answer

How to properly manage GCP Appengine standard environment instances?

I have an Appengine standard environment with an application that exposes a series of REST services to consume, everything works alright but the response times are a bit high. The first request takes around 40 seconds to respond, after that the…
0
votes
2 answers

GAE Standard: In what cases would I actually require a single instance to run permanently vs. spinning up only when there's user activity?

I'm looking to create a website on GAE utilizing the Node.js Standard environment. The website will be a two-sided marketplace (similar to Fiverr, Uber, Airbnb, etc.) where I'd be performing back-end logic and CRUD updates with the Cloud Firestore…
0
votes
1 answer

Increased cost for unknown reason

I am running an app/website with at max 200 visitors per day. It was running for a monthly cost around 5€. It is a python 3 flask app in standard env. But since the 17th of june, I began to get billed around 1€ per day. Prevision for 36€ at the end…
0
votes
1 answer

Create load balancer on GCP (GAE). SSL cert domains stuck in FAILED state

I'm new to this topic. We're using GCP (App Engine, standard) to host one nodejs application. However, for different reasons we decided to create two services - stage and default (think as the same app running in parallel). Default one is connected…
0
votes
1 answer

Cloud build of an App engine golang deployment timeout because of the go cache layer taking too long

We are deploying services written in Golang on the App engine standard environment. We did not have issues for years with this, with deployment taking 2 to 5 minutes to complete. Since January we have seen the deployment time of one of the service…
0
votes
1 answer

Does deleting App Engine standard environment instances have any effect on billing?

We have an App Engine standard environment with automatic scaling. When we release a new version we allocate traffic to it and manually delete instances on the old version to save money. This seems a sensible thing to do but since reading the docs…
Dan
  • 1
  • 1
1
2