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/crontab,
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/controllers/cron_operations.py,
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