cron just starts nwe web2py.py processes. Each cron task executes the
models.

If you are working on what I think you are working get rid of cron and
use a single background process that loops.

Massimo

On Dec 18, 12:27 am, Thadeus Burgess <thade...@thadeusb.com> wrote:
> Do the models get executed before or after hard-cron process is started? And
> are those models available to the scope of the cron application. In my
> example cron would be executing a long-running controller function.
>
> --
> Thadeus

Reply via email to