I'm trying to create a second model and use scheduler to run it periodically, but an error happens that the table exist already. I use this at the end of the model: from gluon.scheduler import Scheduler Scheduler(db,dict(function=f))
And the error is correct because the first model that has the above code has already created a table called scheduler_task.table and its relative tables. My question is is there a way to name the tables differently so that I could run two separate models using scheduler? -- 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.

