rq - RQ command line tool.
rq [OPTIONS] COMMAND [ARGS] ...
RQ command line tool. This command is part of rq python
module.
- 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.