GAE creates a lot of new instances. Is it a breakdown?

10 views
Skip to first unread message

Marek Raszewski via StackOverflow

unread,
May 15, 2017, 10:48:06 AM5/15/17
to gcd-stac...@googlegroups.com

GEA creates a lot o new instances and I am not able to stop them. Please help. Could you give me any feedback if this happens only on my environment. In the end it kills my db (too many connections) but the reason is infinitive scaling.

enter image description here

appengine-web.xml

  <instance-class>F4_1G</instance-class>
  <automatic-scaling>
    <min-idle-instances>8</min-idle-instances>
    <max-idle-instances>10</max-idle-instances>
    <min-pending-latency>15s</min-pending-latency>
    <max-pending-latency>15s</max-pending-latency>
  </automatic-scaling>

<threadsafe>false</threadsafe>


Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/43975092/gae-creates-a-lot-of-new-instances-is-it-a-breakdown
Reply all
Reply to author
Forward
0 new messages