Identify why Google app engine is slow

前端 未结 5 528
南旧
南旧 2020-12-31 12:24

I developed an application for client that uses Play framework 1.x and runs on GAE. The app works great, but sometimes is crazy slow. It takes around 30 seconds to load simp

5条回答
  •  自闭症患者
    2020-12-31 13:01

    Google does not usually provide a contact support for a lot of services. The issue described about google app engine slowness is probably caused by a cold start. Google app engine front-end instances sleep after about 15 minutes. You could write a cron job to ping instances every 14 minutes to keep the nodes up.

提交回复
热议问题