https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35086
--- Comment #16 from Jonathan Druart <[email protected]> --- I am wondering about the changes made to the worker. + while ( ( my @auth_chunk = $auth_chunks->() ) ) { + try { + $auth_indexer->update_index( \@auth_chunk ); + } catch { + $logger->warn( sprintf "Update of elastic index failed with: %s", $_ ); + }; + } Should not we surround the while with a try instead?... Not sure what's best here! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
