webjob-jqd-delete-job - Remove one or more jobs from the specified job queues.
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 ...]
This utility removes one or more jobs from the specified job queues.
Each job-regex argument is intepreted as a Perl regular expression.
- -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.
Klayton Monroe
webjob-jqd-create-job(1), webjob-jqd-list-jobs(1)
All documentation and code are distributed under same terms and
conditions as WebJob.
|