summaryrefslogtreecommitdiffstats
path: root/jobqueue.pl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-15 06:57:04 +0100
committerByron Jones <bjones@mozilla.com>2013-02-15 06:57:04 +0100
commitb6dedf486972c23b05f16a00c2be1c32e139eb1f (patch)
tree7451ee504401e8d075d32a76d9d6ad28adfe71bc /jobqueue.pl
parent9986a6db7d542365f03f45246553060dcfcff388 (diff)
downloadbugzilla-b6dedf486972c23b05f16a00c2be1c32e139eb1f.tar.gz
bugzilla-b6dedf486972c23b05f16a00c2be1c32e139eb1f.tar.xz
Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail to avoid memory leaks
r=dkl, a=LpSolit
Diffstat (limited to 'jobqueue.pl')
-rwxr-xr-xjobqueue.pl1
1 files changed, 1 insertions, 0 deletions
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