Re: [web2py] Scheduler stopping for some reason

2022-04-29 Thread Massimiliano
Try to look at the task item in the database. There are some infos like status, last run time, next run time, how many times has been executed etc Il giorno ven 29 apr 2022 alle ore 09:37 António Ramos ha scritto: > Hello i user scheduler and it was working like a charm > this is my code in a

[web2py] Scheduler stopping for some reason

2022-04-29 Thread António Ramos
Hello i user scheduler and it was working like a charm this is my code in a module scheduler=current.scheduler scheduler.queue_task(self.callPager, pvars=dict(pager=11, local='')) i see the tasks in db.scheduler_task but they are QUEUED and dont complete. I