hi, Even i am facing the same problem in my web application,i need to restart it everytime i get this same error.
On Jun 25, 10:39 pm, Krishnakant Mane <[email protected]> wrote: > Hello all, > I am using sqlalchemy in an xml rpc based application. > It is an API for accounting software. > The error given belo is encountered inconsistently on the application > and I can't figure out why. > > raise exc.TimeoutError("QueuePool limit of size %d overflow %d reached, > connection timed out, timeout %d" % (self.size(), self.overflow(), > self._timeout)) > sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 > reached, connection timed out, timeout 30 > > Happy hacking. > Krishnakant. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
