Questions tagged [app-engine-flexible]

App Engine Flexible is a cloud computing technology for hosting web applications in Google-managed data centers. Google App Engine is a Platform as a Service (PaaS) offering for Node.js, Ruby, Java, Python, Go and PHP.

Learn more about App Engine Flexible. App Engine allows developers to focus on doing what they do best, writing code. Based on Google Compute Engine, the App Engine flexible environment automatically scales your app up and down while balancing the load. Microservices, authorization, SQL and noSQL databases, traffic splitting, logging, search, versioning, security scanning, memcache, and content delivery networks are all supported natively. In addition, the App Engine flexible environment allows you to customize your runtime and even the operating system of your virtual machine using Docker.

467 questions
1
vote
1 answer

post-install-cmd not working in Google App Engine Flexible Environment

I am trying to update a file permission via composer's post-install-cmd but seems to me it is not working correctly though in the log it says the command executed correctly but when I log in to the VM it still show the incorrect permission. This is…
1
vote
1 answer

Warning mkdir() Permission Denied on Google APP Engine PHP Application

I am running CodeIgniter PHP Framework on Google APP Engine using flex environment. Everything is going well except for one small issue, I unable to create folder and upload files because of mkdir file permission issue. How can we give permissions…
MMuzammilQ
  • 257
  • 5
  • 17
1
vote
2 answers

Google APP Engine - spawns new instance for every connection or has zero instances

I am noticing something a little odd with Google App Engine. If my app has not been used and I go open it I notice that it takes some time to load, I also see in the GAE logs console that it is starting up a server during this time so that accounts…
Kravitz
  • 2,769
  • 6
  • 26
  • 53
1
vote
1 answer

Where to find the heap dump in App Engine (Flex)

Our Google Appengine flex app has configured HeapDumpOnOutOfMemoryError.. we did have a few crashes due to OOM. But where can we find the heap dump?
1
vote
0 answers

from google.oauth2 import service_account ModuleNotFoundError: No module named 'google'

I m trying to run my django app on appengine flexible environment. I m struck on Error. from google.oauth2 import service_account ModuleNotFoundError: No module named 'google' here, i m importing service_account, because i m using google cloud…
1
vote
1 answer

Google AppEngine Flex: Building and pushing image for service failed

I am trying to a Rails 6 application to Google AppEngine flex. I've followed the steps here and currently have the following app.yaml setup in my root: entrypoint: bundle exec rails s --port $PORT env: flex runtime: ruby env_variables: ... When…
1
vote
1 answer

How to redirect HTTP to HTTPS in Google App Engine Flexible in PHP7 Environment?

According to Google docs I added the following to app.yaml file: handlers: - url: /.* script: auto secure: always redirect_http_response_code: 301 After app's deployment when I enter http://example.com no redirection to https://example.com…
1
vote
1 answer

Google App Engine Docker Container 502 Bad Gateway

I am trying to deploy my docker image to google app engine, I succfully mananged to build the image and push it to GCR. And deploy it using gcloud app deploy --image 'link-to-image-on-gcr' But when accessing the application I'm getting a 502 bad…
1
vote
1 answer

Integrating PM2 on Google Cloud app engine

I am trying to integrate PM2 to Google Cloud App Engine but I just couldn't work it around. I am using PM2 for my site's staging site and I am very impressed with it. I use Digital Ocean droplet for staging. I realized that Google Cloud App Engine…
1
vote
1 answer

.NetCore App Engine Flex Deployment: Error Response: [4] App Engine Flexible timed out while configuring resources, internal operation

I am getting the error Error Response: [4] App Engine Flexible timed out while configuring resources, internal operation while deploying .NetCore application to my App Engine. App Engine is currently in Asia South. I also created another…
1
vote
0 answers

Can I request for a TLS version upgrade if I'm on Bronze support? How can I do it?

We have setup our api service behind an App Engine's flexible environment. We are currently on the Bronze support plan. We were recently audited by a security contractor and one of the issues reported back to us is the fact that our service accepts…
Pedro
  • 182
  • 5
  • 13
1
vote
0 answers

Appengine Flexible Logging with Pyramid

Migrating from Standard to Flexible appengine and trying to get logs to show up the same way they did under Standard. Example: That is one single log entry, expanded. Shows what the URL is at the top, the http method, status and latency of the…
1
vote
2 answers

How to scale activejob-google_cloud_pubsub worker?

Overview I have a Rails ActiveJob that uses the gem activejob-google_cloud_pubsub. (Short usage tutorial). My application is deployed to AppEngine on a ruby flex environment. While my application works as expected, I am having difficulty scaling the…
1
vote
0 answers

How to upload files to Cloud Storage from App Engine Application Create using Nodejs On Back End?

I have created an App in Nodejs, this App involves users to upload some files such as profile pictures and some other media file, so these files are stored in certain folders here in my Web Application folder. This works well locally now after…
1
vote
1 answer

GCP Build failed gyp ERR! stack Error: `make` failed with exit code: 2

I am deploying my node app on gcp using gcloud app deploy. I have installed gcloud sdk and now when i try to execute deploy command it is resulting in the following error: Step #1: prebuild-install WARN install libusb-1.0.so.0: cannot open shared…
Saeedi
  • 23
  • 1
  • 5