Bugzilla – Attachment 142510 Details for
Bug 31629
Cleanup database needs a flag for removing elastic index entries from background_jobs table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31629: (follow-up) Fix spelling of background
Bug-31629-follow-up-Fix-spelling-of-background.patch (text/plain), 1.53 KB, created by
Nick Clemens (kidclamp)
on 2022-10-24 13:55:18 UTC
(
hide
)
Description:
Bug 31629: (follow-up) Fix spelling of background
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-10-24 13:55:18 UTC
Size:
1.53 KB
patch
obsolete
>From 9cb0c751a7209fcd11bca7d9ae7c5a92fbc7e591 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 24 Oct 2022 13:52:54 +0000 >Subject: [PATCH] Bug 31629: (follow-up) Fix spelling of background > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > misc/cronjobs/cleanup_database.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl >index 8488c6a105..b49cf6ce27 100755 >--- a/misc/cronjobs/cleanup_database.pl >+++ b/misc/cronjobs/cleanup_database.pl >@@ -330,7 +330,7 @@ if ($elasticqueue_days) { > $count = $sth->rows; > } > if ( $verbose ) { >- say $confirm ? "$count elastic index jobs were deleted from the background jobs queue." : "Elastic reindex jobs from backgorund jobs queue would have been deleted"; >+ say $confirm ? "$count elastic index jobs were deleted from the background jobs queue." : "Elastic reindex jobs from background jobs queue would have been deleted"; > say "Done with elasticqueue purge."; > } > } >@@ -349,7 +349,7 @@ if ($jobsqueue_days) { > $count = $sth->rows; > } > if ( $verbose ) { >- say $confirm ? "$count jobs were deleted from the background jobs queue." : "All entries from backgorund jobs queue would have been deleted"; >+ say $confirm ? "$count jobs were deleted from the background jobs queue." : "All entries from background jobs queue would have been deleted"; > say "Done with background jobs queue purge."; > } > } >-- >2.30.2
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 31629
:
141837
|
141850
|
142492
|
142501
|
142502
|
142508
|
142509
| 142510