Closed itayAmza closed 1 month ago
Same With My Case
Same
Me too
I'm going to lock this conversation as all the "Me too" comment are just noise.
ASGIStaticFilesHandler
is only used in development, and this is a artefact of the development server reloading.
If someone wants to look at making ASGIStaticFilesHandler
exit cleanly in that case, PRs are welcome.
I'm going to treat this as a duplicate of #1119.
Might be related to this I've started getting those errors out of the blue every few graphql queries, while the server freezes completely and stays unresponsive until I restart.
Debug logs makes me think that the server is experiencing issues when attempting to close down tasks after processing requests. It started few days ago without any change on my side and it happens all the time now. There is no particular query who causes this, its just happens after few api calls, even if I just pick some random query and call it few times from Postman. I don't experience those issues on prod, which using different environment, only on my dev server which I'm running on local host, using docker desktop.
I've tried updating packages to most updated versions, but nothing changed. My requirements file
My dev docker compose file
My prod docker compose file
python version is 3.11 When it happens there is no notable spike in CPU or memory usage on the docker container. I guess the errors are just the symptoms of the timeouts caused by the server unresponsiveness but I don't know even where I can even start debugging this issue.