Bugzilla – Attachment 173165 Details for
Bug 37787
Undocument koha-worker --queue elastic_index
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37787: Remove mention of elastic_index from POD
Bug-37787-Remove-mention-of-elasticindex-from-POD.patch (text/plain), 1.19 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-22 14:35:26 UTC
(
hide
)
Description:
Bug 37787: Remove mention of elastic_index from POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-22 14:35:26 UTC
Size:
1.19 KB
patch
obsolete
>From a47b4707b92baabc7251c8a8d955224c2ad0f19c Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >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 <sukhmandeep.benipal@inLibro.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37787
:
170900
|
171046
|
171280
|
171281
|
171282
|
173164
| 173165