diff options
author | Byron Jones <glob@mozilla.com> | 2014-06-11 22:47:34 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-06-11 22:47:34 +0800 |
commit | 4d5e362475a95c83f478b846ed847ac5ebe31234 (patch) | |
tree | ead03fed8c931c4f68d4252f6e6b1c5ded12c9cd /jobqueue.pl | |
parent | Bug 1004370: Add personal tags to Bug.get (diff) | |
download | bugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.tar.gz bugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.tar.bz2 bugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.zip |
Bug 962424: jobqueue's worker process should process messages in batches
r=?,a=?
Diffstat (limited to 'jobqueue.pl')
-rwxr-xr-x | jobqueue.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobqueue.pl b/jobqueue.pl index c8afd74cc..d538e4784 100755 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -45,7 +45,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 |