Hey all, While monitoring our on-prem prefect serv...
# ask-community
o
Hey all, While monitoring our on-prem prefect server, I noticed a lot of error related to sqlalchemy pool size:
Copy code
sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30.00 (Background on this error at: <https://sqlalche.me/e/20/3o7r>)
Is there a prefect settings(/env var) that allows us to increase the pool size ?
m
Hi @Ouail Bendidi, we’ve noticed the same thing. I’ve just opened this PR which I believe addresses this issue. Would love to see this merged into the
main
branch and released. Please upvote this if you agree so that hopefully it’ll get attention.