[Koha-bugs] [Bug 27344] Implement Elastic's update_index_background using Koha::BackgroundJob

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 14 16:36:23 CET 2021


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

--- Comment #3 from Nick Clemens <nick at bywatersolutions.com> ---
In brief testing this works, in addition to noted issues:

package Koha::BackgroundJob;
sub enqueue {
...
     my $borrowernumber = C4::Context->userenv->{number}; # FIXME Handle non
GUI calls

if I run a batch modification the indexing fails when called from the
background job

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


More information about the Koha-bugs mailing list