Bugzilla – Attachment 163057 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), 785 bytes, created by
Victor Grousset/tuxayo
on 2024-03-11 19:28:09 UTC
(
hide
)
Description:
Bug 33898: Implement reaping for database polling
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-03-11 19:28:09 UTC
Size:
785 bytes
patch
obsolete
>From 8a0be0da41c79eb9b3ccd966fd6b5dee10da5ce5 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> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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 5b432ec11f..bfe126f099 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.44.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 33898
:
151993
|
151994
|
151997
|
153194
|
162941
|
162942
|
162943
|
162944
|
162953
|
162954
|
163056
| 163057