Hi!
It seams not every times I'm able to setup properly the scheduler to run
a simple function every (for example) 10 seconds.
This is how I run the framework:
$ ./web2py -a secretpass -k appname
This is the task I have inserted (here exported in csv format)
scheduler_task.id,scheduler_task.application_name,scheduler_task.task_name,scheduler_task.group_name,scheduler_task.status,scheduler_task.function_name,scheduler_task.uuid,scheduler_task.args,scheduler_task.vars,scheduler_task.enabled,scheduler_task.start_time,scheduler_task.next_run_time,scheduler_task.stop_time,scheduler_task.repeats,scheduler_task.retry_failed,scheduler_task.period,scheduler_task.timeout,scheduler_task.sync_output,scheduler_task.times_run,scheduler_task.times_failed,scheduler_task.last_run_time,scheduler_task.assigned_worker_name
4,valis/appadmin,,main,QUEUED,Aggiorna
interface,cebcc3c5-1620-4ebb-9475-f0b99ff0dc28,[],{},True,2013-03-01
14:22:00,2013-03-01 14:22:00,<NULL>,100,0,10,5,10,0,0,<NULL>,
what's the trick to run sheduled functions?
thank you in advance
Cheers
Manuele
--
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.