Google Cloud deploy so slow

前端 未结 1 1271
时光取名叫无心
时光取名叫无心 2020-12-06 09:28

I\'m using Google Cloud NodeJS hosting. I\'m so surprised when I deploy apps to Google Cloud. It\'s very slow for each deployment. It could be slow the first time, but afte

相关标签:
1条回答
  • 2020-12-06 10:10

    The nodejs apps use flexible environment based on docker files which take time to create/update. See How can I speed up Rails Docker deployments on Google Cloud Platform?

    Also, when re-deploying the same version some additional time is required to update the service, see why does google appengine deployment take several minutes to update service

    Potentially of interest as well:

    • google app engine deploy a custom vm app takes a long time to deploy
    0 讨论(0)
提交回复
热议问题