https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37787 --- Comment #3 from Magnus Enger <magnus@libriotech.no> --- Created attachment 171046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171046&action=edit Bug 37787: Remove mention of elastic_index from POD After the introduction of misc/workers/es_indexer_daemon.pl, misc/workers/background_jobs_worker.pl should not handle the elastic_index queue. But the latter script still mentions this queue in the POD. This patch removes that mention. To test: - Run perldoc misc/workers/background_jobs_worker.pl - Verify "elastic_index" is mentioned under --queue - Apply this patch - Run perldoc again and verify the mention of "elastic_index" is gone -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.