diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/custodian-queue | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/bin/custodian-queue b/bin/custodian-queue index 2144b09..f50a9bd 100755 --- a/bin/custodian-queue +++ b/bin/custodian-queue @@ -17,18 +17,19 @@  #  #  -m, --manual        Show this manual, and exit.  # -#  -M, --monitor       Alert, via mauve, if our queue is too full. +#  -M, --monitor       If the queue size exceeds the threshold report that via an exit code.  #  #  -f, --flush         Flush the queue, removing all jobs.  # -#  -s, --stats         Show the pending jobs. +#  -s, --stats         Show the count of pending jobs.  #  #  -S, --server        Specify the host:port for the beanstalkd queue.  #  #  # ABOUT  # -#  This tool is designed to inspect the beanstalkd queue. +#  This tool is designed to inspect the beanstalkd queue, or flush the pending +# jobs from it.  #  #  # AUTHOR | 
