Yes, I have two lines in the crontab. A five minute one, and a daily one...
*/5 * * * * python /home/www-data/web2py/web2py.py -S init -M -N -R / home/www-data/web2py/applications/init/modules/scripts/cron_fivemin.py 1 22 * * 1-5 python /home/www-data/web2py/web2py.py -S init -M -N -R / home/www-data/web2py/applications/init/modules/scripts/cron_daily.py On May 18, 12:13 pm, pbreit <pbreitenb...@gmail.com> wrote: > Cool, thanks or the examples. So do you have one line in our system crontab > for each job? And then one cronXX.py file on modules for each task? > > I have some tasks that go every minute and some that go daily. > > There's no way to specify a function through the command line, correct?