You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
Currently the MySQL provider does not support configurable timeouts for connections. It will timeout after 5 minutes.
It would be nice if we could configure the connection timeout. Especially if there already is an existing database you are connecting with, 5 minutes is a long time to wait for the timeout to happen. e.g.
It is very important to specify a connection timeout when you use this Provider to connect to a Maria DB Aure instance - because connections simply timeout if you missed to add the firewall rule, which happens quite often in Corona Home Office situations. It's very annoying if you have to wait 5 minutes every time...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
v0.11.11
Affected Resource(s)
Terraform Configuration Files
Currently the MySQL provider does not support configurable timeouts for connections. It will timeout after 5 minutes.
It would be nice if we could configure the connection timeout. Especially if there already is an existing database you are connecting with, 5 minutes is a long time to wait for the timeout to happen. e.g.
Expected Behavior
Configuring the timeout allows the retry of the connection to timeout quicker than the default of 5 minutes.
Actual Behavior
Configuration of the timeout is not possible.
The text was updated successfully, but these errors were encountered: