From 8fcc61e82eef585ad79220eadcace9c35613580f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 13 Apr 2023 11:32:52 -0300 Subject: [PATCH] Bug 33486: POD fix Signed-off-by: Tomas Cohen Arazi --- Koha/BackgroundJob/UpdateElasticIndex.pm | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/Koha/BackgroundJob/UpdateElasticIndex.pm b/Koha/BackgroundJob/UpdateElasticIndex.pm index 1949728077..10ff70a686 100644 --- a/Koha/BackgroundJob/UpdateElasticIndex.pm +++ b/Koha/BackgroundJob/UpdateElasticIndex.pm @@ -28,6 +28,11 @@ Koha::BackgroundJob::UpdateElasticIndex - Update Elastic index This is a subclass of Koha::BackgroundJob. +While most background jobs provide a I method, the ES indexing has its +own dedicated worker: misc/workers/es_index_daemon.pl + +That worker handles all job processing. + =head1 API =head2 Class methods @@ -42,18 +47,6 @@ sub job_type { return 'update_elastic_index'; } -# While most background jobs provide this method, the ES indexing has its own dedicated worker: -# misc/workers/es_index_daemon.pl -# That worker will handle all job processing. -#=head3 process -# -#Process the modification. -# -#=cut -# -#sub process { -#} - =head3 enqueue Enqueue the new job -- 2.39.5