On Thursday, May 21, 2015 at 6:13:56 PM UTC+2, Manuele wrote:
>
> Hi, 
> I need a task that runs every 20" but ti seams that sometimes it gets 
> more than the 19" I setup for the timeout. 
>

set 18'' . it's a "python issue" that the timeout is not that precise-thing 
to rely on. In their defense, it's made to control "WTF" processes, not to 
being nitpicky 
 

> If the task goes timeout it seams the db remains locked and the whole 
> application stops to answere... How can I by-pass the task timeout? 
>

Something is really wrong with your app or your task. If the task timeouts, 
the process has been killed (meaning also that every resource got 
released). Unless you coded something very weird I don't see how you 
shouldn't notice hiccups whatsoever (that's one of the beauties of 
processes vs threads)
 

> Any idea? 
>
> Thanks a lot 
>
>     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.

Reply via email to