Skip to content
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

Possible database connection bug #148

Open
dadamsncsa opened this issue Feb 1, 2021 · 1 comment
Open

Possible database connection bug #148

dadamsncsa opened this issue Feb 1, 2021 · 1 comment
Assignees
Labels

Comments

@dadamsncsa
Copy link
Member

dadamsncsa commented Feb 1, 2021

Describe the bug

User received error:

sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'gresq.cpzcptl8tfmt.us-east-1.rds.amazonaws.com' (timed out)") (Background on this error at: http://sqlalche.me/e/e3q8)

Tool then refused to launch. for 1/20/2021

Hard to tell if this is an intermittent database connection issue, or some problem with read-only connections.

May need to check logs on database console...

To Reproduce

Difficult to reproduce, user is now able to launch the tool.

Expected behavior

tool launch without error

Screenshots

Additional context

The user almost certainly a read-only user.

@dadamsncsa
Copy link
Member Author

this could be a result of the RDS instance size which is "micro" Googling around indicated that this is likely to support at most 40 connections at once. Not sure how many we had during the workshop, but...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants