summaryrefslogtreecommitdiffstats
path: root/jobqueue.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-13 15:45:01 +0100
committerGitHub <noreply@github.com>2018-03-13 15:45:01 +0100
commit3698ab542ac64fc52a59d1f9e5855893cae87184 (patch)
tree1dcc3ffb1c26596c0bb73279aabfcd2cb3310ef5 /jobqueue.pl
parent7b5a64793f8b4b8d464f5522975ef19a830b2c2e (diff)
downloadbugzilla-3698ab542ac64fc52a59d1f9e5855893cae87184.tar.gz
bugzilla-3698ab542ac64fc52a59d1f9e5855893cae87184.tar.xz
Bug 1441181 - Step 6 - Add concurrency
Diffstat (limited to 'jobqueue.pl')
-rwxr-xr-xjobqueue.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/jobqueue.pl b/jobqueue.pl
index d9791b3d4..7a884b811 100755
--- a/jobqueue.pl
+++ b/jobqueue.pl
@@ -40,6 +40,8 @@ jobqueue.pl - Runs jobs in the background for Bugzilla.
process id. Defaults to F<data/jobqueue.pl.pid>.
-n name What should this process call itself in the system log?
Defaults to the full path you used to invoke the script.
+ -j jobs How many child processes should be run?
+ Defaults to 1.
COMMANDS:
start Starts a new jobqueue daemon if there isn't one running already