https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32594 --- Comment #12 from David Cook <dcook@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.