[web2py] psycopg2 current transaction is aborted, commands ignored until end of transaction block

2022-04-29 Thread António Ramos
My scheduler was not running my tasks. So i deleted scheduler tables from postgres and deletes files from databases/ I restarted my app and refreshed appadmin. All files and tables were recreated. However going in appadmin to db.scheduler_task i get this error Error ticket for "fileit"Ticket ID

[web2py] Re: psycopg2 current transaction is aborted, commands ignored until end of transaction block

2022-04-29 Thread António Ramos
Solved! apparently tables were not recreated. All is fine now!! Regards Em sex., 29 de abr. de 2022 às 17:40, António Ramos escreveu: > My scheduler was not running my tasks. > So i deleted scheduler tables from postgres and deletes files from > databases/ > > I restarted my app and refreshed

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