Hi *!
I'm trying to set up a function in crontab, I'd like to run it daily or after run web2py so following the doc I write the crontab file as follows:

#crontab
@reboot  *  *  *  *  root *cronfun/fetch_all_data
@daily   *  *  *  *  root *cronfun/fetch_all_data

now running web2py it seams it has been ignored. There's something more to do? Do I have to choose the web2py application to run in some way or specify some extension running the web2py server?

thank you very much

    Manuele

Reply via email to