[web2py] scheduler and long tasks

2016-09-18 Thread Niphlod
You can have a task that selects and groups and queues for each group the task that processes the atom. -- 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) ---

[web2py] scheduler and long tasks

2016-09-17 Thread Pierre
Hi, right now I have a single task that runs once a day and am wondering if it would be a good idea to split it into "atoms"/ smaller bits soas to take advantage of work division ( use several workers instead of just one). I can't figure out how to do this since all the work to do depends on a