[Koha-bugs] [Bug 8773] Add per-instance koha-index-daemon in .deb setup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 14 20:37:00 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8773

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 12248
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12248&action=edit
Bug 8773 - Start per-instance koha-index-daemon in .deb setup

This bug is the .deb version of 8519 [1]. It is motivated by the fact that
using 1-minute (or more) frecquency cronjobs to do the incremental
indexing of records does not scale for us, nor is accepted by our
librarians.

Using an indexing daemon avoids launching a new interpreter each time
the cron triggers the indexing, and also allows sub-minute reindexing.
Frecquency is hardcoded right now. A follow up could provide a way
to set it for each instance.

This patch relies on Koha::Contrib::Tamil's koha-index-daemon script [2],
but could be easily adjusted to use another if we got a new one (SolR?).

I havent got the time to setup my infrastructure to generate my own debs,
and thus haven't got the oportunity to test this patch. If anyone with the
skills helps me on setting that I could test them and fix possible issues.

If there's something I could change to make this patches better just let me
know.

Regards
To+

[1] http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8519
[2] The default cronjob that is set using the debian/koha-common.cron.d file
is being disbaled by this patch to avoid collision.

Sponsored-by: Universidad Nacional de Córdoba

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


More information about the Koha-bugs mailing list