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
5
votes
2 answers

How to disable TLS 1.0 for Google App Engine

I've heard it is possible to disable TLS 1.0 and 1.1 with google app engine and custom domain. How can that be done? Mike
Mike Dee
  • 151
  • 1
  • 3
4
votes
1 answer

Seeing 502 on Google App Engine

I'm seeing quite a few 502 "Bad Gateway" errors on Google App Engine. It's difficult to see on the chart below (the colors are very similar and I can't figure out how to change them), but this is my traffic over the past 6 hours: The dark pink line…
mjackson
  • 141
  • 1
  • 1
  • 4
4
votes
2 answers

How do I execute manage.py in Google App Engine?

I followed this tutorial: https://codeburst.io/beginners-guide-to-deploying-a-django-postgresql-project-on-google-cloud-s-flexible-app-engine-e3357b601b91 to get a Django app deployed to Google App Engine. It's there, it's working, but I need to run…
Pablo Fernandez
  • 7,438
  • 25
  • 71
  • 83
4
votes
1 answer

Google Cloud App engine error 502

I'm new to google cloud platform. I have deployed a dotnet core project to App Engine locate Asian-south-1. But start from yesterday, the server always returns Error code 502 with a message. "Error: Server Error The server encountered a temporary…
4
votes
1 answer

Add A, AAAA, and CNAME record for google app engine project in google cloud platform

I am adding a new google app engine project and trying to map it to a subdomain. I have already created a CNAME which maps newmachine.mycompany.com to newproject.appsport.com, and I am able to use it in 'App Engine' -> 'Settings' ->'Custom…
4
votes
1 answer

Google App Engine | domain name mapping | Go Daddy domain name

Right now I have no ahost records set in Godaddy. I read something that said I should set it to 64.202.189.170, but I think that's for the case of domain name forwarding, NOT mapping, and that's not what I want. I already added my domain name to GAE…
saliem
4
votes
2 answers

google appengine newer versions always error

I've deployed newer versions of a google appengine app but they always return HTTP status code 500, 'The server encountered an error and could not complete your request.Please try again in 30 seconds.' Needless to say I've waited much more than that…
BenTaylor
  • 191
  • 1
  • 6
4
votes
4 answers

Alternative to heroku or google app engine for static files

I'm creating a simple site for my family and which is basically just static files (I don't want a CMS). I've tried using heroku and google app engine but heroku wind down the server which yields a 30s delay on some requests and google app engine…
3
votes
1 answer

GAE container terminated by container manager

I have an Google App Engine app which is basically a couple NodeJS scripts that run a website. Some of this scripts are being terminated for apparently no reason, but looking at the logs this is happening: Msg1: Container terminated by the container…
3
votes
1 answer

App Engine Flex restart signal

I have a long running process in Go on an App Engine flex instance, deployed via docker image. Most of the time when I deploy to the live version it sends a SIGTERM to the app. I can catch this and do a graceful shutdown. It's great. Other times,…
rcarver
  • 31
  • 4
3
votes
2 answers

GCP support after Python 2.7 Deprecation on Genuary 2020

After upgrading pip to the latest version (19.0.1) I got the following message: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future…
3
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…
3
votes
2 answers

Cost of deploying many smaller programs via GCP

Our company has many customers whose hardware we support. I'd like to create a series of anomaly detection programs (ADs), e.g. using TensorFlow, to monitor their accounts for unusual disk activity, spikes in latency, etc. I'm hoping to use GCP to…
3
votes
1 answer

How to enable IAP for k8s on GCP?

Aim: to enable Identity Aware Proxy (IAP) in conjunction with Kubernetes (k8s). Methods: Two apps were deployed A SSL load balancer was put in front When one navigates to domain/app1, app1 is shown This tutorial was followed to enable IAP for k8s…
3
votes
1 answer

Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource

I have done a fair bit of searching for the past few days and I can not get this to work properly. I am using AngularJS & Webapp2 Python (Google App Engine). I am using a factory resource: app.factory('facTest', ['$resource', function ($resource) { …
ADL
  • 181
  • 2
  • 8
1
2
3
26 27