The FTimes Project The HashDig Project The WebJob Project The PaD Project
Location: / Home / WebJob / Man Pages / webjob-jqd-delete-job
Man Pages
WebJob
Home
                                                                                                                                                                                                       


NAME

webjob-jqd-delete-job - Remove one or more jobs from the specified job queues.


SYNOPSIS

webjob-jqd-delete-job [-d jqd-dir] [-e queue[,queue[...]]] [-G group-file] [-l log-file] [-s {all|state[,state[...]]}] -i queue[,queue[...]] job-regex [job-regex ...]


DESCRIPTION

This utility removes one or more jobs from the specified job queues. Each job-regex argument is intepreted as a Perl regular expression.


OPTIONS

-d jqd-dir

Specifies the base directory where queues live. This directory must exist. The default value is /var/webjob/spool/jqd.

-e queue[,queue[...]]

Specifies one or more queues or queue groups that are to be excluded from the operation. Note that group names must be prefixed with '%'. For example, a group called 'test' must be specified as '%test'.

-G group-file

Specifies an alternate group file. The default group file is /var/webjob/config/jqd/groups.

-i queue[,queue[...]]

Specifies one or more queues or queue groups that are to be included in the operation. Note that group names must be prefixed with '%'. For example, a group called 'test' must be specified as '%test'.

-l log-file

Specifies an alternate log file. The default value is /var/webjob/logfiles/jqd.log.

-s {all|state[,state[...]]}

Restrict the delete operation to the specified list of job states. Currently, the following states are supported: 'hold', 'todo', 'sent', 'open', 'done', 'pass', 'fail', and 'foul'. You may also use the keyword 'all' as an alias for all states.


AUTHOR

Klayton Monroe


SEE ALSO

webjob-jqd-create-job(1), webjob-jqd-list-jobs(1)


LICENSE

All documentation and code are distributed under same terms and conditions as WebJob.

Copyright 2000-2014 The WebJob Project, All Rights Reserved.
The FreeBSD Project SourceForge Logo KoreLogic, Inc.