1

私はphpゲーアプリを持っています。次のように構成しました。

  1. フロントインスタンスクラス F1
  2. minimum automatic, maximum of 1 idle instances
  3. pending latency 6s - 14.6s
  4. memcache shared
  5. no page speed service

My concerns are:

  1. Even though I have specified a pending latency in the range 6s-14s, the latency for each of the instances is generally less than 1s. Why? Shouldn't it be over 6s? enter image description here
  2. It seems I have no control over the number of maximum dynamic instances that run at any given time. There are about 4-7 dynamic instances running simultaneously during the day. enter image description here
  3. The app spends 28 instance hours in 11hrs.

How do I control the number of dynamic instances and have the app running smoothly within 28 instance hours?

4

0 に答える 0