[web2py] Re: Several questions - Scheduler Related

2013-02-02 Thread Morgan Hein
This answers all my questions! Thanks so much! On Saturday, February 2, 2013 11:15:28 AM UTC-8, Niphlod wrote: > > > > On Saturday, February 2, 2013 7:06:18 PM UTC+1, Morgan Hein wrote: >> >> So I am using the trunk version, and finally got scheduling to run, >> ho

[web2py] Several questions - Scheduler Related

2013-02-02 Thread Morgan Hein
So I am using the trunk version, and finally got scheduling to run, however i'm encountering several problems (i'm assuming mostly due to my lack of understanding). Problem A) First off, for a while, when the workers ran the database that showed results worked. However now, workers run my scrip

[web2py] Re: Adding a scheduled task using the scheduler results in db error.

2013-02-02 Thread Morgan Hein
tput". > This is because some database engines consider "output" a reserved keyword. > > Massimo > > On Friday, 1 February 2013 22:10:48 UTC-6, Morgan Hein wrote: >> >> Howdy! >> >> I have been following the video tutorial to create a schedule task

[web2py] Adding a scheduled task using the scheduler results in db error.

2013-02-01 Thread Morgan Hein
Howdy! I have been following the video tutorial to create a schedule task. Inside the bottom of the task to be run I have: def main(): o = MarketReader() o.run() from gluon.scheduler import Scheduler Scheduler(db,dict(update_market=main)) When I browse back to the database manage