Bugzilla – Attachment 162954 Details for
Bug 33898
background_jobs_worker.pl may leave defunct children processes for extended periods of time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33898: Implement reaping for database polling
Bug-33898-Implement-reaping-for-database-polling.patch (text/plain), 729 bytes, created by
Kyle M Hall (khall)
on 2024-03-08 11:08:33 UTC
(
hide
)
Description:
Bug 33898: Implement reaping for database polling
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-03-08 11:08:33 UTC
Size:
729 bytes
patch
obsolete
>From 713e9f0bd78f60ceb1e402d8644fecf84e6cada1 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 8 Mar 2024 06:07:52 -0500 >Subject: [PATCH] Bug 33898: Implement reaping for database polling > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > misc/workers/background_jobs_worker.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/misc/workers/background_jobs_worker.pl b/misc/workers/background_jobs_worker.pl >index 5b432ec11f7..bfe126f0992 100755 >--- a/misc/workers/background_jobs_worker.pl >+++ b/misc/workers/background_jobs_worker.pl >@@ -192,6 +192,7 @@ while (1) { > $pm->finish; > > } >+ $pm->reap_finished_children; > sleep 10; > } > } >-- >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 33898
:
151993
|
151994
|
151997
|
153194
|
162941
|
162942
|
162943
|
162944
|
162953
|
162954
|
163056
|
163057