aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-15 13:57:49 +0800
committerByron Jones <bjones@mozilla.com>2013-02-15 13:57:49 +0800
commite4ba78c324673acb519b01c0e48c3176d24a1b7f (patch)
tree659345d81e52d44178d4392d66d8c0b237a9c8ff /jobqueue.pl
parentBug 834770: testserver.pl should support uppercase URLs (diff)
downloadbugzilla-e4ba78c324673acb519b01c0e48c3176d24a1b7f.tar.gz
bugzilla-e4ba78c324673acb519b01c0e48c3176d24a1b7f.tar.bz2
bugzilla-e4ba78c324673acb519b01c0e48c3176d24a1b7f.zip
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 1b956917e..3b96b8dde 100755
--- a/jobqueue.pl
+++ b/jobqueue.pl
@@ -45,6 +45,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