From 8690811cafbac9f588faac26044f6d428354f811 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 11 Jun 2014 23:00:52 +0800 Subject: Bug 962424: jobqueue's worker process should process messages in batches --- jobqueue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobqueue.pl') diff --git a/jobqueue.pl b/jobqueue.pl index 38ea97eb2..d7d6fd775 100755 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -59,7 +59,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) and then exits + any, up to a limit of 1000 items) 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 -- cgit v1.2.3-24-g4f1b