gcloud app deployが10分でタイムアウトしてしまう問題の解決方法
cloudbuild.yaml に timeout:1200s
を設定しているのにも関わらず、10分で必ずタイムアウトしてしまう...
原因はGoogle Cloud SDKの方にあったっぽい。。
gcloud config list --all
で現在のアクティブな構成のCloud SDKプロパティ一覧を見ることができる
cloud_build_timeout
の項目を見てみると
[app]
cloud_build_timeout = (unset)
unsetだとデフォルトの10分が適用される。
gcloud config set app/cloud_build_timeout 1200
などと設定すればOK
[app]
cloud_build_timeout = 1200
参考
Google App Engine: Build Timed Out during Deployment
gcloud config list
Author And Source
この問題について(gcloud app deployが10分でタイムアウトしてしまう問題の解決方法), 我々は、より多くの情報をここで見つけました https://qiita.com/sakiika_atarime/items/cc872af83b500a5fa5f3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .