[sqlalchemy] Re: after a week or so of working fine, my app starts experiencing sqlalchemy recursion issues

2009-04-23 Thread Michael Bayer
clearly you have to figure out what runs on your server or what cache clears itself on tuesdays, and also we'd need to see the actual error message in your stacktrace. the trace is probably a distant side effect of something else happening (passing a None or something). Jonathan Vanasco

[sqlalchemy] Re: after a week or so of working fine, my app starts experiencing sqlalchemy recursion issues

2009-04-23 Thread az
and what is the query that goes plop? and whereabouts in the code? u can use sys.setrecursionlimit( x) to eventualy move the threshold down and make it die in other occasions too. On Thursday 23 April 2009 18:55:11 Jonathan Vanasco wrote: It starts with the code below, and the last two lines

[sqlalchemy] Re: after a week or so of working fine, my app starts experiencing sqlalchemy recursion issues

2009-04-23 Thread Kyle Schaffrick
On Thu, 23 Apr 2009 12:45:44 -0400 (EDT) Michael Bayer mike...@zzzcomputing.com wrote: clearly you have to figure out what runs on your server or what cache clears itself on tuesdays, and also we'd need to see the actual error message in your stacktrace. the trace is probably a distant

[sqlalchemy] Re: after a week or so of working fine, my app starts experiencing sqlalchemy recursion issues

2009-04-23 Thread Jonathan Vanasco
Michael- There are no jobs on the server. This is happening on a small Pylons site that gets ~10k hits a week; I ran a bench of 30k hits on my dev machine, and couldn't recreate. But on the server it happens every week. If i restart on Monday, it happens on Monday; Tuesday - Tuesday, etc. The