summaryrefslogtreecommitdiffstats
path: root/jobqueue.pl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-07 08:56:05 +0100
committerByron Jones <bjones@mozilla.com>2013-02-07 08:56:05 +0100
commit6df7b9816541893a905eec56c333b40673522e84 (patch)
treea09bc62b33039fccef6a2c5cf6d0cacb9d8b9b92 /jobqueue.pl
parent4d295ae996aa2b46dee2b66a3ba1270345cacd3d (diff)
downloadbugzilla-6df7b9816541893a905eec56c333b40673522e84.tar.gz
bugzilla-6df7b9816541893a905eec56c333b40673522e84.tar.xz
Bug 832893: change jobqueue.pl to spawn worker processes to deliver bugmail to avoid memory leaks
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 775fe8dd6..38ea97eb2 100755
--- a/jobqueue.pl
+++ b/jobqueue.pl
@@ -60,6 +60,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