[web2py] Re: Scheduler, modules, and database calls

2014-08-05 Thread Bilal Hasan
Another question, is there any implication in sending db as a parameter to a module? On Sunday, August 3, 2014 2:45:16 PM UTC-5, Niphlod wrote: > > there's nothing different in running the function in the web2py shell. > global variables defined in models are available in the scheduler. > > On F

[web2py] Re: Scheduler, modules, and database calls

2014-08-05 Thread Bilal Hasan
Also does current from gluon work in a module function that's being called from a scheduler? On Sunday, August 3, 2014 2:45:16 PM UTC-5, Niphlod wrote: > > there's nothing different in running the function in the web2py shell. > global variables defined in models are available in the scheduler.

[web2py] Re: Scheduler, modules, and database calls

2014-08-03 Thread Niphlod
there's nothing different in running the function in the web2py shell. global variables defined in models are available in the scheduler. On Friday, August 1, 2014 11:36:36 PM UTC+2, Bilal Hasan wrote: > > So I'm trying to set up a scheduler, which makes calls to the module. > Problem is, it kee