diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-15 13:57:04 +0800 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-15 13:57:04 +0800 |
commit | b6dedf486972c23b05f16a00c2be1c32e139eb1f (patch) | |
tree | 7451ee504401e8d075d32a76d9d6ad28adfe71bc /jobqueue.pl | |
parent | Bug 839095: Fix interdiff failing on mod_perl with "No valid patch files were... (diff) | |
download | bugzilla-b6dedf486972c23b05f16a00c2be1c32e139eb1f.tar.gz bugzilla-b6dedf486972c23b05f16a00c2be1c32e139eb1f.tar.bz2 bugzilla-b6dedf486972c23b05f16a00c2be1c32e139eb1f.zip |
Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail to avoid memory leaks
r=dkl, a=LpSolit
Diffstat (limited to 'jobqueue.pl')
-rwxr-xr-x | jobqueue.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobqueue.pl b/jobqueue.pl index 6ba288d2e..c8afd74cc 100755 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -46,6 +46,7 @@ jobqueue.pl - Runs jobs in the background for Bugzilla. starts a new one. once Checks the job queue once, executes the first item found (if any) 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 configures jobqueue.pl as a system service so that it will |