Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AppEngine nodejs, random: The server encountered a temporary error and could not complete your request

I just deployed the helloworld app on Google App Engine Flexible Environment.

Randomly, let's say, one each 3-4 requests, I get this:

error message

The only change I've made from the original helloworld code provided in google cloud docs was that I changed the automatic scaling to manual and set it to 1 instance.

Anyways, I deployed the same docker image in Container Engine, and it works perfect.

There is nothing on the app logs, the request does not reach the app.

Something is not working with GAE Flexible Env. load balancer, any ideas?

like image 369
Diego Sucaria Avatar asked Nov 08 '22 00:11

Diego Sucaria


1 Answers

I destroyed all the instances and deleted the service. After 24hs tried to create it again and now it is working good.

like image 144
Diego Sucaria Avatar answered Nov 15 '22 08:11

Diego Sucaria