Tedi Gjoni
01/03/2025, 12:43 AMsqlalchemy.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?Tedi Gjoni
01/03/2025, 12:43 AMTedi Gjoni
01/03/2025, 12:44 AM--db-engine-options '{"pool_size": 15, "max_overflow": 30, "pool_timeout": 60}'
in the start commandTedi Gjoni
01/03/2025, 12:44 AM