私はphpゲーアプリを持っています。次のように構成しました。
- フロントインスタンスクラス F1
- minimum automatic, maximum of 1 idle instances
- pending latency 6s - 14.6s
- memcache shared
- no page speed service
My concerns are:
- 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?
- 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.
- 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?