On Tue, Nov 28, 2017 at 8:12 PM, Colton Allen wrote:
> I'm receiving this error:
>
> sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached,
> connection timed out, timeout 30
>
>
> I'm curious how SQLAlchemy manages database connections. I've pasted below
> some psuedo-code to
I'm receiving this error:
sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached,
connection timed out, timeout 30
I'm curious how SQLAlchemy manages database connections. I've pasted below
some psuedo-code to simplify the application.
# Create an engine
engine =
On Nov 28, 2017 12:13 AM, wrote:
Hah 🤔 Boy this is (not really) funny. Thank you for digging into this,
Mike!
I had to make two minor import adjustments
from sqlalchemy.sql.elements import quoted_name
from sqlalchemy.sql.expression import literal_column
but otherwise the code works now. I st