tried to schedule a task that takes a about 1-2 minutes, but it's always 
failing in about 20 seconds..

its a module that i am calling from inside a function, which function is 
"available" to scheduler. i am creating the task, with appadmin, and from 
"run output" i can see that it hangs somewhere in between the module code, 
and from start/stop time i can see that it takes 20sec to "crash"

any idea?
i can run the same function, in the local web2py instance, but not in 
server due to timeout (i suppose)
i am using one scheduler worker (w running python2 web2py -K myapp along 
with python2 web2py -i 127.0.0.1 -p 9000 -a pass)
thanks

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to