Hello, im facing an issue with my server: ```sqlal...
# ask-community
t
Hello, im facing an issue with my server:
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>)
How do i increase the timeout?
im deploying the server using systemd service
Chatgpt recommended to add
Copy code
--db-engine-options '{"pool_size": 15, "max_overflow": 30, "pool_timeout": 60}'
in the start command
but its failing