@@ -, +, @@ children processes for extended periods of time --- misc/workers/background_jobs_worker.pl | 1 + 1 file changed, 1 insertion(+) --- a/misc/workers/background_jobs_worker.pl +++ a/misc/workers/background_jobs_worker.pl @@ -157,6 +157,7 @@ while (1) { } sleep 10; + $pm->reap_finished_children(); } } $conn->disconnect; --