Hi, Upstart does not exist in the debian on beaglebone and i do not want to mess with that. There is a script developed in https://github.com/web2py/web2py/blob/master/scripts/setup-scheduler-centos.sh which uses chkconfig to add the service to the start up. chkconfig also does not exist in the debian. I tried to modify the script and use update-rc.d, however all the attempts failed. What ultimately I want to do is to run periodic tasks and any suggestion is welcome and appreciated. I know about Celery but I found Massimo's argument about scheduler convincing and wanted to use it. By the way, what are the main drawbacks of web2py cron? Should I try to use that?
-- 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.

