On Thursday, July 5, 2018 at 5:55:07 AM UTC-7, Manuele wrote: > > Hi! > > I'm in a trouble with the web2py (2.14.6 on python 2.7) scheduler that > seams stop to run correctly... the tasks get the RUNNING status but > nothing is performed and the task stay in the running status forever. I > cannot understand how can it be possible. > > Any idea? > > Thanks a lot >
Never happens to me, so I can only guess:\ - you're waiting for a locked file ... IIRC, you're not using sqlite, though, right? - you have a process that blocks waiting for results (like a response from a remote system) and there are no results I think I can exclude things like seg faults, because those terminate and would be logged as errors. /dps > Manuele > > -- 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.

