[Koha-bugs] [Bug 1993] Task Scheduler Needs Re-write

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 16 04:48:22 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1993

--- Comment #48 from David Cook <dcook at prosentient.com.au> ---
I'm also working on a related feature via my work on bug 10662.

My work is also sponsored by folks in Sweden, so hurray Sweden!

I've been thinking about opening a new bug, or looking up one of these bugs to
post patches.

Basically, I've written a task scheduler, which accepts a few variables (e.g.
start_time, repeat_interval, task_type, params). It then uses plugin modules to
run the actual task. I've already written plugins to download records via
OAI-PMH, and to upload those records to a new Koha API for OAI-PMH records
specifically. It would be fairly trivial to create a "Report" plugin. 

The web user interface relies on a template include which is matched to the
plugin.

The whole thing needs some work, but I'm hoping folks will test it and I'm
looking at polishing it up...

At the moment, it's all at bug 10662, but I'm thinking of breaking into
different bug reports...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list