From b6dedf486972c23b05f16a00c2be1c32e139eb1f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 15 Feb 2013 13:57:04 +0800 Subject: Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail to avoid memory leaks r=dkl, a=LpSolit --- jobqueue.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'jobqueue.pl') diff --git a/jobqueue.pl b/jobqueue.pl index 6ba288d2e..c8afd74cc 100755 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -46,6 +46,7 @@ jobqueue.pl - Runs jobs in the background for Bugzilla. starts a new one. once Checks the job queue once, executes the first item found (if any) and then exits + onepass Checks the job queue, executes all items found, and then exits check Report the current status of the daemon. install On some *nix systems, this automatically installs and configures jobqueue.pl as a system service so that it will -- cgit v1.2.3-24-g4f1b