Replies: 2 comments 1 reply
-
Well, that's the coroutine that runs your code. 👀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Right, but why isn't the invoked coroutine shown in the warning? There are a couple of parametrised endpoints and I'm load testing with random requests. I suspect that the spikes coincide with garbage collection - but I might be wrong about that... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm doing a little bit of profiling and performance checking. If I set PYTHONASYNCIODEBUG I sometimes see warnings like this:
Presumably this means that the event loop is blocking for 0.2 of a second. Why might this be and is there anything that can be done?
Beta Was this translation helpful? Give feedback.
All reactions