Massimo, I tried to test web2py-celery but was only able to reach the step where you run celeryd --loglevel=DEBUG -E
When I try to run: celerybeat -S scheduler.Web2pyScheduler --loglevel=DEBUG from the appname/modules/plugin_celery dir I get this error: Pasted for viewability: http://paste.pocoo.org/show/460537/ I see the Web2pyScheduler class in scheduler.py but for some reason that command isn't the ticket for me. ----Test environment---- web2py Version 1.98.2 Nginx 1.04 uWSGI 0.9.8 CentOS 6 in a VirtualBox VM ----------------------- Please advise. -David

