Re: [sqlalchemy] Interpreting a SA traceback

2023-05-24 Thread Philip Semanchuk
> On May 24, 2023, at 1:33 PM, Dan Stromberg wrote: > > I know, python2 is long dead. We’re almost ready for Python3, but not quite. > > Anyway, here’s a traceback that I’m not sure what to make of. Is it > saying that a transaction got so big that it couldn’t be fully flushed > within the

[sqlalchemy] Interpreting a SA traceback

2023-05-24 Thread Dan Stromberg
I know, python2 is long dead. We’re almost ready for Python3, but not quite. Anyway, here’s a traceback that I’m not sure what to make of. Is it saying that a transaction got so big that it couldn’t be fully flushed within the timeout window? I’ve elided a sensitive part from the very end of