<<

NAME

Koha::BackgroundJob::UpdateElasticIndex - Update Elastic index

This is a subclass of Koha::BackgroundJob.

While most background jobs provide a process method, the ES indexing has its own dedicated worker: misc/workers/es_indexer_daemon.pl

That worker handles all job processing.

API

Class methods

job_type

Define the job type of this job: update_elastic_index

enqueue

Enqueue the new job

<<