rq - RQ command line tool.
Contents
Commands
empty Empty given queues.
info RQ command-line monitor.
enqueue
Enqueues a job from the command line.
requeue
Requeue failed jobs.
resume Resumes processing of queues, that where suspended with `rq...
suspend
Suspends all workers, to resume run 'rq resume'
worker Starts an RQ worker.
worker-pool
Starts an RQ worker pool.
Description
RQ command line tool. This command is part of rq python module.
Name
rq - RQ command line tool.
Options
--version
Show the version and exit.
--help Show this message and exit.
See Also
rqinfo(1),rqworker(1), Full rq documentation User Commands RQ(1)
Synopsis
rq [OPTIONS] COMMAND [ARGS] ...
