[Koha-bugs] [Bug 17690] Use task scheduler daemon

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 29 05:40:36 CET 2016


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

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
At the moment, I've coded it within the Koha:: namespace, but I've been
thinking about putting it into the Icarus:: or Local::Icarus:: namespace. 

I've also been thinking about converting it into a Koha plugin, so that people
can try it out without fully committing to the code.

I designed Icarus to be separate from Koha. The idea is that you send a message
to Icarus, and it runs a task with arguments from the message. This works well
for OAI-PMH as I download records from remote servers and then send them to a
Koha HTTP API, although it might not work so well with things like scheduling
reports to be run and emailed. Unless you're using the report API.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list