Re: [pylons-devel] Re: ZODB transaction callback problem

2017-03-24 Thread Robin Harms Oredsson
Hi, thanks for your reply. The problem only occurs when serving things that doesn't have any writes. Like static files or JSON structures from Pyramid. But essentially the problem would be the same. If pyramid_zodbconn expects a transaction manager to exist and it never got attached as a request c

[pylons-devel] Re: ZODB transaction callback problem

2017-03-23 Thread Jonathan Vanasco
On Saturday, March 11, 2017 at 10:14:11 AM UTC-5, Robin Harms Oredsson wrote: > > The only pattern I've really found seems to be: > - It always happens on aborts > - It seems to be during some server load > - It only seems to happen during requests that only read data > I don't use ZODB, but I