Open enbewu opened 9 years ago
I've noticed bigger than usual load on the server, then I had this error report.
This can happen when MySQL kills connections that are idle for longer than a certain timeout. The application probably tried to reuse one of these connections which lead to this error. I've implemented a workaround described in https://mofanim.wordpress.com/2013/01/02/sqlalchemy-mysql-has-gone-away/ so it shouldn't happen again.
After reload everything worked. What could it be?