1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
.TH RQ 1
.SH NAME
rq \- RQ command line tool.
.SH SYNOPSIS
.B rq
[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
.SH DESCRIPTION
.IP
RQ command line tool. This command is part of rq python module.
.SH OPTIONS
.TP
\fB\-\-version\fR
Show the version and exit.
.TP
\fB\-\-help\fR
Show this message and exit.
.SS "Commands:"
.TP
empty
Empty given queues.
.TP
info
RQ command\-line monitor.
.TP
requeue
Requeue failed jobs.
.TP
resume
Resumes processing of queues, that where suspended with `rq...
.TP
suspend
Suspends all workers, to resume run `rq resume`
.TP
worker
Starts an RQ worker.
|