Yet on schedules, if my task failed or timed out, will web2py try to run it next time?
On Fri, Feb 10, 2012 at 3:39 PM, Massimo Di Pierro <[email protected]> wrote: > Not sure I understand. You do not call scheduled_workers functions. > You schedule tasks. Workers pick them up from queue an execute them > using the available power. > > On Feb 10, 4:54 am, blackthorne <[email protected]> wrote: >> - Is it possible to call scheduled_workers functions asynchronously? >> How? >> - How should I adapt the behavior of a scheduled_worker as changing >> its model and adding new functionality? >> >> Thank you

