scheduler definitely works for mysql. what you experienced is perfectly fine. a scheduler process just sits there if there is nothing to do (i.e. no tasks to process).
On Sunday, January 1, 2017 at 5:14:21 PM UTC+1, Aydin wrote: > > I have used the scheduler before without being worried about the database > type. > I tried to use mysql but it gave an error that it is not supported. I have > mysql and pymysql installed and created a database "testdb" and used the > manual format and got that error that it is not supported. > > On Saturday, December 31, 2016 at 4:09:23 PM UTC-5, 黄祥 wrote: >> >> perhaps, it related with database issue such as : sqlite >> had you already tried another database like mysql or postgresql? >> >> best regards, >> stifan >> > -- 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.

