Think it is pretty similar to this - we have 3 databases open. Seems to only happen when a big process / query runs.
More worrying now is that I'm getting situations where a process starts and just disappears into the ether - no timeout, no fail, no error message. Just starts and is never seen again...not even sure where to start with that. I think I'm going to roll my own scheduling handler, I don't need anything too complicated right now - loop away, look for a new request, run it in isolation and record everything that happens along the way. Might be back if that doesn't work out :) On Tuesday, February 3, 2015 at 3:07:40 PM UTC+11, Kiran Subbaraman wrote: > > Looks similar to this open-issue: > https://github.com/web2py/web2py/issues/733 > > ________________________________________ > Kiran Subbaramanhttp://subbaraman.wordpress.com/about/ > > On Tue, 03-02-2015 2:47 AM, Niphlod wrote: > > uhm. does pythonanywhere even support a running process outside the web > one ? > > BTW: all "kinky" calls to the db are fail-safed in the scheduler (see > "wrapped_*" functions), to alleviate locking (albeit primarely for sqlite). > This has the added benefit of making the scheduler more resilient against > blocking, but this "has gone away" sounds like some problems with the > underlying connectionpool........ > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

