From a47b4707b92baabc7251c8a8d955224c2ad0f19c Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Thu, 5 Sep 2024 08:38:44 +0200 Subject: [PATCH] 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 Signed-off-by: Sukhmandeep Benipal Signed-off-by: Tomas Cohen Arazi --- misc/workers/background_jobs_worker.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/workers/background_jobs_worker.pl b/misc/workers/background_jobs_worker.pl index e2472d0fcdb..c034d22ca25 100755 --- a/misc/workers/background_jobs_worker.pl +++ b/misc/workers/background_jobs_worker.pl @@ -47,7 +47,6 @@ The different values available are: default long_tasks - elastic_index =back -- 2.47.0