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='xxxx'))

i see the tasks in db.scheduler_task

but they are QUEUED and dont complete.
I see that my python process is still woking in memory
[image: image.png]

my db.scheduler_run table is empty.

this is my worker

[image: image.png]
What could it be the problem ???

regards
António

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxNdqVXFy1v86qZrntNd3r92ofgYHbzyB4we578sBPJ0Fw%40mail.gmail.com.

Reply via email to