What is the setup on the hosted server? The fact is that if - for
example - you use mod_wsgi there is no persistent python process to
run cron. You would have to run another web2py instance on localhost
just for the purpose of cron.

On May 7, 6:28 am, Adi <[email protected]> wrote:
> Hi all,
>
> I'm on 1.77.3. I have setup web2py with apache2 using Massimo's
> recipe. I have a background process defined in my app/cron/crontab
> like this:
>
> */2 * * * * root *applications/init/modules/myprocess.py
>
> Now this runs fine on my local machine, but on the hosted server cron
> is not running. How do I debug this?

Reply via email to