diff options
author | Gervase Markham <gerv@gerv.net> | 2011-01-27 12:42:01 +0000 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2011-01-27 12:42:01 +0000 |
commit | 2a5c9e0c4541e0c995f5b53a26e0a9ae9195c031 (patch) | |
tree | 6d770d8bec52c90b694be19f050b732d1432afe6 /jobqueue.pl | |
parent | Add missing documentation. r=mkanat. (diff) | |
download | bugzilla-2a5c9e0c4541e0c995f5b53a26e0a9ae9195c031.tar.gz bugzilla-2a5c9e0c4541e0c995f5b53a26e0a9ae9195c031.tar.bz2 bugzilla-2a5c9e0c4541e0c995f5b53a26e0a9ae9195c031.zip |
Allow jobqueue.pl to run once and then exit. r=mkanat.
https://bugzilla.mozilla.org/show_bug.cgi?id=621256
Diffstat (limited to 'jobqueue.pl')
-rwxr-xr-x | jobqueue.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jobqueue.pl b/jobqueue.pl index 78490ddf0..3d495c422 100755 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -52,6 +52,8 @@ jobqueue.pl - Runs jobs in the background for Bugzilla. stop Stops a running jobqueue daemon 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 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 |