tornado icon indicating copy to clipboard operation
tornado copied to clipboard

Task was destroyed but it is pending

Open yinziyan1206 opened this issue 3 years ago • 2 comments

image image

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.

yinziyan1206 avatar Sep 17 '21 06:09 yinziyan1206

I use aiomysql connection pool

yinziyan1206 avatar Sep 17 '21 06:09 yinziyan1206

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).

bdarnell avatar Jan 30 '22 21:01 bdarnell

Closing due to inactivity

bdarnell avatar Aug 28 '22 19:08 bdarnell