summaryrefslogtreecommitdiffstats
path: root/jobqueue.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-08 21:40:10 +0100
committerGitHub <noreply@github.com>2018-03-08 21:40:10 +0100
commit2056caa180f907c6e5727954547dfd928cf6a360 (patch)
treeca93c1ebd9364ebb99927223ce9101313ba69c9a /jobqueue.pl
parentedf9851a7ddcab83c6dd54f2294041613ace24f7 (diff)
downloadbugzilla-2056caa180f907c6e5727954547dfd928cf6a360.tar.gz
bugzilla-2056caa180f907c6e5727954547dfd928cf6a360.tar.xz
Revert "Bug 832893: change jobqueue.pl to spawn worker processes to deliver bugmail to avoid memory leaks"
Diffstat (limited to 'jobqueue.pl')
-rwxr-xr-xjobqueue.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/jobqueue.pl b/jobqueue.pl
index 011d0ff87..f5541e0fb 100755
--- a/jobqueue.pl
+++ b/jobqueue.pl
@@ -46,8 +46,7 @@ jobqueue.pl - Runs jobs in the background for Bugzilla.
restart Stops a running jobqueue if one is running, and then
starts a new one.
once Checks the job queue once, executes the first item found (if
- any, up to a limit of 1000 items) and then exits
- onepass Checks the job queue, executes all items found, and then exits
+ any) 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