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

Hosting Google VM on web

sorry for the rookie question, I'm just starting with Google Cloud and web developement. I have a Flask application, works perfectly locally, and also when deployed to a VM in GC. However I can only trigger the API now by using the external IP…
0
votes
3 answers

How to update Windows server 2019 desktop 1809 to 2004 on Google cloud compute engine?

I have created one virtual machine using Google cloud compute engine. I have researched on how to install windows 10 and I got to know that it is way more difficult to install. Google cloud only gives the possibility to install windows server 2019…
0
votes
1 answer

Google Cloud App Engine subdomain not working

Long story short- My subdomain is not working while domain is. Chrome just displays error- DNS_PROBE_FINISHED_NXDOMAIN. Here are images of config. Google cloud config Domain dns config Deploy.yaml config I tried different things- Verified subdomain,…
0
votes
1 answer

Custom domain not working after transferring the domain name to different provider

A while ago I setup a custom domain for my app engine and all worked fine. I had to add a TXT record so google could verify I was the owner. I now transferred my domain name to a different provider and readded the necessary DNS records but it…
0
votes
0 answers

Google App Engine Start program Failed

I have a very basic NodeJS application hosted on Google App Engine that executes an async function on 15 second intervals. The deployment is successful and the app starts and runs fine, but stops after about 30 minutes with the following error logs.…
0
votes
1 answer

Poor disk throughput on Google App Engine

Is there any way to manually provision IOPS for the disk used by the instances on Google App Engine? The default throughput I get with a 256GB disk is terrible (60MiB/s burst, after which is settles to 30MiB/s combined for reads and writes). Is…
Kedar
  • 103
  • 3
0
votes
0 answers

My Apps website gore not match the domain I thought I was getting

Thank you for any help that you can get me. So on 8/19 I was able to get my website posted to the cloud and while it took some time, I was eventually able to get it hosted. The issue that I am having is that the domain I believe I got at start up is…
wpesch
  • 1
0
votes
1 answer

python gspread not working on GAE

I had a program that ran for years on Google App Engine. It was written in python and uses gspread. It suddenly stopped working on GAE and returns a 404. I tested it locally and it works fine.
0
votes
1 answer

Server set up using app.yaml, cron.yaml, etc. But directories aren't recognized

As the title says, the server has been configured to recognize sub directories but for whatever reason they are not being recognized when I load a web page. Is there any way to debug what is going on? threadsafe: true api_version: 1 handlers: -…
0
votes
1 answer

How to deploy docker container and do port mapping/forward using kubernetes YAML manifest

Please help me to convert the below docker Command to Kubernetes YAML file along with port mapping/forwarding to the docker container # docker run -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 14268:14268…
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

Google Jobs: Quota exceeded for the number of App Engine Cron jobs

Yesterday at 8:00 am, I had a quota of 250 app-engine jobs. At 9:00 am, I deployed a yaml file with 280 jobs, I got this error: "error": { "code": 429, "message": "Quota exceeded for the number of App Engine Cron jobs.", "status":…
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

ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'

When I am going to deploy app.yaml in GCP, suddenly getting error i.e. "ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'". Please suggest me the solution. I am using Ubuntu 18.04.5 with PHP App Engine.
0
votes
1 answer

Websockets - Flexible app-engine

From past few days, i am getting the below error when i try to run the example python websocket flexible-app-engine application (https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/flexible/websockets). It use to work…