Please also post a little tutorial - like running a background task defined in a module periodically - a good sample mytasks.py with code snippets to run those tasks programmatically. Thanks.
On Tue, Aug 23, 2011 at 8:03 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Thanks. Will fix it. I also have a pending patch to fix a concurrency > issue. > > On Aug 22, 1:26 am, Adi <aditya.sa...@gmail.com> wrote: > > Hi Massimo, > > > > Is there some sample code (a sample tasks.py) which we can look at > > while testing the new gluon/scheduler.py as an alternate to cron jobs? > > > > Also, in scheduler.py, I spotted a typo: > > id = scheduler.db.tast_scheduler.insert(....) > > > > tast should be task? >