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 "in
> visit_select" and "in process" repeat indefinitely until the
> recursion
> error is generated
>
> i can't wrap around why this would happen -- i thought I had bad
> sql or something similar, but restarting the app completely fixes
> this issue.  like clockwork, every tuesday morning i get this issue
> on a single page.
>
> i've tried benching my app to recreate, and i can't.  It just
> happens on Tuesdays.
>
>
> File '/usr/lib/python2.5/site-packages/SQLAlchemy-0.4.8-py2.5.egg/
> sqlalchemy/orm/query.py', line 878 in all
>   return list(self)
> File '/usr/lib/python2.5/site-packages/SQLAlchemy-0.4.8-py2.5.egg/
> sqlalchemy/orm/query.py', line 938 in __iter__
>   return self._execute_and_instances(context)
> File '/usr/lib/python2.5/site-packages/SQLAlchemy-0.4.8-py2.5.egg/
> sqlalchemy/orm/query.py', line 941 in _execute_and_instances
>   result = self.session.execute(querycontext.statement,
> params=self._params, mapper=self.mapper,
> instance=self._refresh_instance)
...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to