-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Mysql Db connection error #1085
Comments
I think this issue is on the mysql side. |
How/Where does caravel try to make the mysql db connection? I am unable to find where it tries to make the connection. |
it's handled by the |
Hi @mistercrunch How can I handle it? I have tried different configurations but it is still not working. Is there a better way to handle it? Thanks |
Hi.. Is this why we could be facing these issues? |
Hi,
I am trying to connect to Mysql database from caravel. But I keep getting these errors intermittently.
Is there a way to handle these issues?
This is the configuration that I am using for SQLAlchemy
SQLALCHEMY_POOL_SIZE = 10
SQLALCHEMY_POOL_TIMEOUT = 10
SQLALCHEMY_POOL_RECYCLE = 100
SQLALCHEMY_DATABASE_URI = 'mysql+mysqldb://user:pwd@host:port/db'
Please help.
Thanks in advance.
The text was updated successfully, but these errors were encountered: