JanHoellmer

Results 3 comments of JanHoellmer

> Hi @JanHoellmer, I'll look into exactly what is causing the hang with `gunicorn` but be advised that this deployment method for FastAPI is [deprecated](https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker?tab=readme-ov-file#deprecated-) and the current [recommendation](https://fastapi.tiangolo.com/deployment/server-workers/) is...

I tested both: - Moving away from `gunicorn` to just `uvicorn` helps, but probably because there is no direct substitute for the `on_startup` server hook from `gunicorn`. - Using `WeaviateAsyncClient`,...

Yes, it is the one you linked. But the async client is multi-processing safe? Or why does it not happen there, that when i initialize and close the connection in...