Turns out @reboot only worked with extcron. I modified the cron.py so
that now it should work with hardcron (the default) and softcron too.
The fix is in trunk.

Would you please test it and see if I did not break anything?

Massimo

On Jan 25, 5:48 pm, Auden RovelleQuartz <oves....@gmail.com> wrote:
> Hello,
>
> The cron feature does not seem to work for me.  Any insights?
>
> Here is some information:
>
> at this 
> URL,http://127.0.0.1:8000/admin/default/edit/oves_beta_001x2auden/cron/cr...,
> this is what I have
>
>       #crontab
>       -1      *       *       *       *       root *cron_operations/
> labor_bidding_processes
>
> at this 
> URL,http://127.0.0.1:8000/admin/default/edit/oves_beta_001x2auden/control...,
> this is what I have
>
>      def labor_bidding_processes():
>          db.tester.insert(tf1 = 'cat dog mouse!!!')
>          return dict()
>
> I expect that when I start the application oves_beta_001x2auden, that
> the database is updated - but it does not update.

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to