From 713e9f0bd78f60ceb1e402d8644fecf84e6cada1 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 8 Mar 2024 06:07:52 -0500 Subject: [PATCH] Bug 33898: Implement reaping for database polling Signed-off-by: Kyle M Hall --- 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