From 4d873b952ed7557584c0548b5f7730c7156bded2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 3 May 2023 12:54:29 +0100 Subject: [PATCH] Revert "Bug 33486: POD fix" This reverts commit 7ca40d6cec8457987386b64679b8ca05f04ac5a3. Signed-off-by: Martin Renvoize --- Koha/BackgroundJob/UpdateElasticIndex.pm | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Koha/BackgroundJob/UpdateElasticIndex.pm b/Koha/BackgroundJob/UpdateElasticIndex.pm index 00fc588926..70f5e79243 100644 --- a/Koha/BackgroundJob/UpdateElasticIndex.pm +++ b/Koha/BackgroundJob/UpdateElasticIndex.pm @@ -28,11 +28,6 @@ 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 @@ -47,6 +42,18 @@ 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