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

Can find RSA private key for uploading my SSL certificate to Google App Engine

Right now I am trying to upload a SSL certificate from GoDaddy so That I am able to enable HTTPS for my custom domain name for the website hosted on the app. Whenever, I try to upload the SSL certificate I am able to use the PEM file that came with…
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

Socket hangs up when request takes more than 10 mins to respond

We are sending an axios request to python (which is running in cloud RUN) from node js application (hosted in Google app engine), python (flask) app takes more time to respond in some cases. When it (python) takes more than 10 mins to send the…
0
votes
2 answers

I am getting a Bitbucket Pipeline error when deploying to Google App Engine

googlecloudsdk.command_lib.app.deploy_util.VersionPromotionError: Your deployment has succeeded, but promoting the new version to default failed. You may not have permissions to change traffic splits. Changing traffic splits requires the Owner,…
0
votes
1 answer

Move an app on Compute Engine to App Engine

I have an app running on Compute Engine. Now it's time, to move this app to App Engine. Is there a checklist on what needs to be done regarding DNS and other configurations? Thanks
0
votes
1 answer

How many custom domains be hosted per GCP account?

I have GCP account AxyzTxyz.com (masked) for which i also have google workspace account. In this GCP account, i have multiple projects, each would have their web domain. e.g. project 1 will have www.domain1.com, project 2 will have www.domain2.com…
0
votes
1 answer

Find Bandwidth usage on app engine subdomains mappend on the same service

I have sole problem find bandwidth usage logs about different domains. This is the infrastructure: Domains mapped: example.com example2.com example3.com ... example10.com and every subdomain with wildcard, for example domain.example.com and so…
0
votes
1 answer

App Engine Restarts

I know that the App Engine restarts to apply fixes etc. If there is more than one instance of your App Engine, does it restart those at the same time, so will that allow a more "100%" uptime if there is more than one instance running. We had been…
NIck
  • 1
0
votes
0 answers

MAIL API deliverability issue with Microsoft mail servers

My application started randomly experiencing deliverability issues when sending mail to Outlook and Hotmail addresses. I'm sending mail in java 8 through the mail API Transport.send(msg). This uses a dynamic range of IPs to send mail and I've found…
Kevin
  • 11
0
votes
1 answer

How can I run a post-deploy script (e.g. automate migrations) on flex google app engine?

I am trying to automate deployment to a Google Flex App Engine in a bitbucket pipeline. If I'm deploying via the CLI I can run something like this to run migrations after deployment: gcloud app instances ssh --quiet --project --version…
mikebridge
  • 195
  • 1
  • 2
  • 11
0
votes
0 answers

Google App Script not using/routing over Classic VPN (to onsite server)

I have a GCP Classic VPN (Profile based routing) to an onsite end point. The tunnel is established and I can see that the appropriate routes are added to both GCP and the onsite router. I have created Ingress and Egress Firewall rules at both ends…
0
votes
0 answers

Google App Engine based Node Js server does not work on Reliance Jio network in India

Requests to my node server deployed on GAE ends in DNS_PROBE_FINISHED_NXDOMAIN on a particular ISP (Reliance JIO in India). The same app works fine on any other network . If deployed on Heroku or on AWS, again it works as expected. Edit: Forgot to…
0
votes
1 answer

Having issue with deploying app to the app engine

I am getting following error while deploying my app to app engine from my local machine. I used the following command in terminal: ./google-cloud-sdk/bin/gcloud app deploy api.n**.********.com/app.yaml --version api-**t I have used '*' to hide the…
0
votes
1 answer

Wordpress Plugin on App Engine

I'm actually trying to setup a wordpress environment on App Engine standard. I'm facing a problem with a Wordpress plugin, Visual Composer : https://wordpress.org/plugins/visualcomposer/. It looks like wp-content directory is read-only, as…
TheoB
  • 1
0
votes
2 answers

Find out which GCP project is hosting which appengine or which GCS bucket

We have many projects inside our Organization GCP account. We have many legacy GCS buckets and many legacy AppEngines hosted inside our various projects. All these buckets and AppEngines are served via custom CNAME. We use a separate DNS service…