From 476ae27df0608c54c63759158e6631a4a0879cb2 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 Signed-off-by: Katrin Fischer --- 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 e2472d0fcd..c034d22ca2 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.39.5