https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558

--- Comment #36 from Marcel de Rooy <[email protected]> ---
Theoretical add a wait_all_children:

diff --git a/misc/background_jobs_worker.pl b/misc/background_jobs_worker.pl
index 1b2d6309d9..89f51042cf 100755
--- a/misc/background_jobs_worker.pl
+++ b/misc/background_jobs_worker.pl
@@ -156,6 +156,7 @@ while (1) {
         sleep 10;
     }
 }
+$pm->wait_all_children;
 $conn->disconnect;

 sub process_job {

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to