Why are instances permanently created and deleted in my project(s)?

白昼怎懂夜的黑 提交于 2019-12-13 06:18:37

问题


For some reason I see under "Operations" in my "Compute Engine" the following:

I would like to know/understand why this is happening. What is this gae-default-* VM (assuming these are actually VMs)? What are they doing actually?


If you know a lot of stuff about GAE and the Compute Engine please consider taking a look at this question "Deploying a GWT application to Google Compute Engine - What is happening here?" as well.


The CPU is getting utilized as well even though there can't be anything that runs:

If I manually delete those VMs they simply re-appear.


回答1:


GAE stands for Google App Engine. Looks like you have some App Engine jobs configured. If you use the flexible version then it would manage GCE instances on your behalf. I would imagine you should be able to find the running jobs in the web console.



来源:https://stackoverflow.com/questions/37530442/why-are-instances-permanently-created-and-deleted-in-my-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!