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
Root cause: MySQL connections sleeping for up to 8h! (Root cause of that is that SQLAlchemy is misconfigured and/or one MySQL database per OLD instance is bad architecture.)
Resolution: set MySQL wait_timeout to 300, ie 5m.
Added the following to /etc/mysql/my.cnf, which sets the connection timeout to 5 minutes:
Problem: Requests to OLD API return 500.
AC:
The text was updated successfully, but these errors were encountered: