-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
Description
While doing some testing to see how this fastapi with sqlalchemy would hold up, my server seemed to lock up when running 100 concurrent requests. If i ran the requests sequentially it was totally fine.
sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached,
Is it possible I've made some error while trying to mimic the structure of the code base?
Or is it possible the main can lock up in the middleware with the session implementation of sqlalchemy?
Has anyone tested the performance of this cookie cutter project?
chdsbd, vumaasha, Ousret, riyadparvez, leanderme and 17 more