From 0a3062afeb7d129553f626408da7e00bfda25cc2 Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Mon, 27 Oct 2014 13:48:45 +0800 Subject: Bug 1067753: Allow the job queue to specify one or more types of jobs to run r=mtyson,a=sgreen --- jobqueue.pl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'jobqueue.pl') diff --git a/jobqueue.pl b/jobqueue.pl index f6722467c..858180334 100755 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -33,13 +33,14 @@ jobqueue.pl - Runs jobs in the background for Bugzilla. ./jobqueue.pl [OPTIONS] COMMAND OPTIONS: - -f Run in the foreground (don't detach) - -d Output a lot of debugging information - -p file Specify the file where jobqueue.pl should store its current - process id. Defaults to F. - -n name What should this process call itself in the system log? - Defaults to the full path you used to invoke the script. - + -f Run in the foreground (don't detach) + -d Output a lot of debugging information + -p file Specify the file where jobqueue.pl should store its current + process id. Defaults to F. + -n name What should this process call itself in the system log? + Defaults to the full path you used to invoke the script. + -j job-name The name of jobs to process. Can be specified multiple times. + If not specified, all job types will be processed. COMMANDS: start Starts a new jobqueue daemon if there isn't one running already stop Stops a running jobqueue daemon -- cgit v1.2.3-24-g4f1b