英文:
Why do a FLEX GAE's logs say "Failed to run google_optimize_local_ssd script: exec: google_optimize_local_ssd: executable file not found in $PATH"?
问题
GAE每次发生此情况时都会重新部署。有些天会比其他天发生得更频繁,但今天每小时都发生一次。
更新:现在每30分钟发生一次。这个错误导致多个新实例运行,产生不必要的计费。我甚至无法联系计费支持,因为“此组织无资格提出与技术相关的支持案例。为此,我们邀请您升级您的服务套餐。”
区域是us-1-east。
英文:
The GAE redeploys each time this happens. Some days it happens more than others, but today it has happened every hour
Update: it is now happening every 30 mins. This error is causing multiple new instances to run creating unnecessary billing. I can't even contact Billing Support because This organisation isn't eligible to file tech-related support cases. To do so, we invite you to upgrade your service package.
Region is us-1-east
答案1
得分: 1
删除所有之前的App Engine版本和Container Registry下app-engine-tmp/app/default/.../
中的所有未使用的图像解决了问题。我不知道是哪个操作或两者都修复了错误,但自那以后就没有再次发生。
英文:
Deleting all previous App Engine versions and all unused images in Container Registry under app-engine-tmp/app/default/.../
did the trick. I don't know whether it's one or the other (or both) actions that fixed the error, but it hasn't happened again since then
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论