In whatever version of Koha we're running, it appears that the Task Scheduler can not be used to schedule tasks on a recurring basis, e.g., once a week, every 14 days, etc. (I'm thinking of running Reports periodically, in particular.) Is this accurate? Thank you, Cab Vinton, Director Sanbornton Public Library Sanbornton, NH "Politeness and consideration for others is like investing pennies and getting dollars back." Thomas Sowell
On 2 September 2011 05:37, Cab Vinton <bibliwho@gmail.com> wrote:
In whatever version of Koha we're running, it appears that the Task Scheduler can not be used to schedule tasks on a recurring basis, e.g., once a week, every 14 days, etc. (I'm thinking of running Reports periodically, in particular.)
Is this accurate?
Hi Cab Yes this is accurate, the task scheduler uses at to schedule one off jobs. If you want to run reports regularly, there is a script to do that using cron. The scripts name is misc/cronjobs/runreport.pl Here is how to use it http://perldoc.koha-community.org/misc/cronjobs/runreport.html So you can set up entries in your crontab to run reports at whatever intervals you may like. This is for Koha, so your mileage may vary. Chris
participants (2)
-
Cab Vinton -
Chris Cormack