[Koha-bugs] [Bug 32594] Add a dedicated ES indexing background worker

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 24 23:38:43 CET 2023


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

--- Comment #12 from David Cook <dcook at prosentient.com.au> ---
Comment on attachment 145197
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145197
Bug 32594: Improve the ES daemon indexer

Review of attachment 145197:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=32594&attachment=145197)
-----------------------------------------------------------------

::: misc/search_tools/es_indexer_daemon.pl
@@ +126,4 @@
>  
> +    my @records;
> +    for my $job ( @jobs ) {
> +        my $args = $job->json->decode($job->data);

I suppose this line should have a try/catch since we're doing that for the
other job handling code.

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


More information about the Koha-bugs mailing list