it's like you execute a task in a request coming from a new user every time. if you need to persist something, use a record in the db.
On Wednesday, February 3, 2016 at 7:24:07 AM UTC+1, Dave S wrote: > > > > On Sunday, January 31, 2016 at 4:13:07 AM UTC-8, Niphlod wrote: >> >> >> >> On Sunday, January 31, 2016 at 7:12:41 AM UTC+1, Dave S wrote: >>> >>> >>> >>> On Saturday, January 30, 2016 at 8:50:32 PM UTC-8, Niphlod wrote: >>>> >>>> scheduler_run is the only way to keep track of executions. >>>> >>> >>> And there is no session to carry a value over in, is there? >>> >> >> sorry, what ? >> > > More precisely, there is a session, but it "expires" at the end of each > run, so provides no persistance between runs. > > /dps > > -- 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) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

