-
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
503 error on creating several CloudSQL databases (fails after third was actually created) #22
Comments
Good news! No repro, so it must have been fixed at some point. Likely an upstream fix, if I understand the issue correctly. https://gist.github.com/anonymous/41bc51dc8de1843bdfc6b0b3cd70ac4f
|
We're still seeing this issue, with provider version 1.7.0:
|
I'm having the same error today when creating user on a newly created database:
|
We added retry logic on 503 errors in #1212. The next release should fix the problem your are experiencing. |
we're still experiencing this issue:
|
Ah, shoot, that makes sense if the servers take a really long time to recover. We are retrying, but only until a timeout. Right now it's either 3 minutes or 1 minute, depending on where in the process the read errors come - I'll send a PR to bump them both to 5 minutes, and fingers crossed, that should do it. |
I hope that the higher timeouts will be the end of it - if you see more problems after the next release, please comment again. |
I'm currently receiving the following error when attempting to run
|
@baudday Although that's also a 503, it's a different 503 - |
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! |
This issue was originally opened by @Blasterdick as hashicorp/terraform#5231. It was migrated here as part of the provider split. The original body of the issue is below.
.tf for a CloudSQL instance and it's databases:
Terraform plan sample:
Terraform apply sample:
Error message:
The text was updated successfully, but these errors were encountered: