-
Notifications
You must be signed in to change notification settings - Fork 256
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
ERROR:aiohttp.web:Error handling request #25
Comments
Thanks for report! Looks like this problem related to #16 . MySQL server has connection timeout, we should drop such connections gracefully in connection pool. In order confirm the cause you could change connection timeout in your my.cnf. Would you like to propose PR? |
yeah, that's(MySQL server has connection timeout) exactly the reason in my case, but it seems not to be fixed in latest version? and the PR is undering test. |
See also stack overflow issue |
thank you |
@wsshopping I hava the same problem ,how do you solve it? |
I will make fix soon. |
fixed via #27 |
in my case,i use aiomysql for my httpserver,everything is running OK,but it raised a error after a day, more details as fallow:
it seems that because of aiomysql , after i restart my case, everythig is OK, how can i fix it?
The text was updated successfully, but these errors were encountered: