Re: [sqlalchemy] QueuePool negative overflow

2016-06-27 Thread davepuffin via sqlalchemy
> > On Mon, Jun 27, 2016 at 4:21 PM, Mike Bayer <mik...@zzzcomputing.com > > > <mailto:mik...@zzzcomputing.com >> wrote: > > > > > > > > On 06/27/2016 10:48 AM, davepuffin via sqlalchemy wrote: > > > > Hi > >

[sqlalchemy] QueuePool negative overflow

2016-06-27 Thread davepuffin via sqlalchemy
Hi QueuePool.status() is returning some odd looking negative values from one of our production applications. >>> engine.pool.status() 'Pool size: 20 Connections in pool: 19 Current Overflow: -36 Current Checked out connections: -35' The pool was initialised with: pool_size=20,