云中的服务未自动缩放为零 运行

service not autoscaling to zero in cloud run

Cloud 运行 中的一项服务在过去 12 小时内 运行,但在第一个小时后未发送任何请求。我在常见问题解答中读到没有可预测的时间范围,在此之前服务将缩放为零,但我假设 10 小时后绿色刻度线应该与 Cloud 运行 仪表板中的服务名称相对应,因为它也显示 0 req/sec 过去 10 小时 ?

服务在新的自定义域后面。

从日志中,我可以间歇性地看到以下请求 - 似乎爬虫正在发出一些请求 - 这是服务未缩放到零的原因吗?

2019-05-04T01:57:10.661674ZGET200 764 B 4 ms Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)  /_next/static/CobVVFSUIaptTFTVGYam1/pages/index.js
2019-05-04T01:57:15.349339ZGET200 22.46 KB 6 ms Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)  /_next/static/runtime/main-fd73dbd6f398b7b886ec.js
2019-05-04T01:57:15.490689ZGET200 1.83 KB 5 ms Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)  /_next/static/runtime/webpack-a79426b5e11f0ba5879d.js
2019-05-04T01:57:19.993381ZGET200 2.8 KB 4 ms Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)  /_next/static/CobVVFSUIaptTFTVGYam1/pages/_app.js
2019-05-04T01:57:20.071521ZGET200 180.46 KB 6 ms Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)  /_next/static/chunks/commons.6b84ece70b270c5da3e5.js

===== 编辑

我确实看到在 7 小时不活动后,它在日志中发出以下行

Container terminated by the container manager on signal 9.

您是否只是在查看 Cloud Console 中的绿色复选标记?这仅意味着该服务已准备好为流量提供服务。这并不意味着实例已主动供应。