Azizbek
Azizbek
def process_response(self, request, response): if self.can(request): self.profiler.create_stats()
### Pull Request Checklist * [ ] Pull request includes a [changelog file](https://github.com/matrix-org/sydent/blob/main/CONTRIBUTING.md#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fix...
Interesting thing is that it is working in my local development environment. But it is not working in our production server. I am using the latest version of this package...
## Description When i start typesense service using docker it is returning 503 error in all APIs. I did bulk import of 10000s of documents. Total 30000. I am thinking...
I think this tutorial is outdated
Monkey patching uvicorn.Server.handle_exit is not happening when app is run using "uvicorn" command.
When fastapi app is run using uvicorn without gunicorn like this: "uvicorn module:app" If a client is connected to SSE endpoint, shutting down the server hangs with "Waiting for connections...
I added print statements to measure how long get_schedules() takes and noticed that it sometimes takes over 2 minutes to complete. This causes the "loop that runs every 1 minute"...