[sqlalchemy] Getting TimeoutError with SqlAlchemy

2012-09-11 Thread charlax
Hi, I have to explicitly close the engine connection, otherwise I get a TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30 error when using nosetest and sqlalchemy. I'm not using multiprocessing. I'm following the SqlAlchemy documentation about how

Re: [sqlalchemy] Getting TimeoutError with SqlAlchemy

2012-09-11 Thread Charles-Axel Dein
Ok great! Thanks for the doc fix. Ok also for Session.remove(), I must admit Session.remove() is one of the part where the documentation is quite elliptical... On Tue, Sep 11, 2012 at 5:01 PM, Michael Bayer mike...@zzzcomputing.comwrote: On Sep 11, 2012, at 7:52 AM, charlax wrote: Hi, I

Re: [sqlalchemy] Getting TimeoutError with SqlAlchemy

2012-09-11 Thread Michael Bayer
On Sep 11, 2012, at 11:09 AM, Charles-Axel Dein wrote: Ok great! Thanks for the doc fix. Ok also for Session.remove(), I must admit Session.remove() is one of the part where the documentation is quite elliptical... I rewrote a lot of it last night, give it a try:

Re: [sqlalchemy] Getting TimeoutError with SqlAlchemy

2012-09-11 Thread Charles-Axel Dein
Wow. You're amazing. Far clearer now. Thanks a lot! On Tue, Sep 11, 2012 at 5:27 PM, Michael Bayer mike...@zzzcomputing.comwrote: On Sep 11, 2012, at 11:09 AM, Charles-Axel Dein wrote: Ok great! Thanks for the doc fix. Ok also for Session.remove(), I must admit Session.remove() is one of