-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google_app_engine_flexible_app_version seems to time out at 10m with 500 error #6194
Comments
@bharathkkb the path of your resource "google_app_engine_flexible_app_version" "foo" {
version_id = "v1"
service = "tf6194trysvc1"
runtime = "custom"
runtime_api_version = "1"
resources {
cpu = 1
memory_gb = 0.5
disk_gb = 10
}
deployment {
container {
image = "us.gcr.io/myproject/appengine/default.20200425t235145:latest"
}
}
liveness_check {
path = "."
}
readiness_check {
path = "."
}
env_variables = {
port = "8000"
}
instance_class = "B1"
manual_scaling {
instances = 1
}
noop_on_destroy = true
} |
@edwardmedia I will send full debug log internally as it will be difficult for me to sanitize. |
@bharathkkb whether "/" or ".", it depends on which you want the appengine |
@bharathkkb did you figure out what the problem was in your case? |
hi @edwardmedia We ended up switching over to GKE for unrelated reasons and was unable to check your last suggestion. However when we switched to GKE we did change our liveness and readiness probes to a different path If you are able to repro the error, I feel like adding some documentation around this could have saved us some time as the error |
@bharathkkb thank you for the reply. I am closing this issue. Feel free to reopen it if you see this issue again. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform v0.12.20
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/bharathkkb/2c0801fc8c1840de1a60d0ea694cb59b
Panic Output
N/A
Expected Behavior
Output is an actionable error or it creates the resource.
Actual Behavior
No actionable error
Error creating FlexibleAppVersion: googleapi: Error 500: Internal error encountered.
Steps to Reproduce
terraform apply
Important Factoids
There is an error in the debug logs that says
produced an invalid plan for module.appengine.google_app_engine_flexible_app_version.app, but we are tolerating it
it could be that one of the values I am giving is wrong, but I would expect to pinpoint the error though
References
The text was updated successfully, but these errors were encountered: