tornado
tornado copied to clipboard
Task was destroyed but it is pending
Sometimes it could happen when the handler finish the task and callback the result, but the http connection would not be broken until timeout. I figure out that there should be some bugs in db pool. What can i do to break the connection when such error happen.
I use aiomysql connection pool
What do you mean by "break the connection"?
There are a number of open issues about "task was destroyed but it is pending", but it's really difficult to tell what's going on from so little information. (These messages are also mostly harmless).
Closing due to inactivity