
I am using auto scaling with GAE by running php55. This also happened with php5. Options:
automatic_scaling: min_idle_instances: 0 max_idle_instances: 2
I am having trouble understanding why these spikes happen. Typically, my application requires no more than 5 instances. From time to time, this will stepwise affect 1200+ for no apparent reason. The logs surrounding this time show 500 timeout errors for all non-static content.
The only dependency on these pages is a simple database insert. I am using Google Cloud SQL. No errors were found in Cloud SQL logs.
Any ideas for further troubleshooting? As you can see from the image, this problem is very sporadic, but extremely expensive.
google-app-engine php google-cloud-sql
Chris fremgen
source share