Provided by: python3-rq_1.2.2-1_all
NAME
rq - RQ command line tool.
SYNOPSIS
rq [OPTIONS] COMMAND [ARGS]...
DESCRIPTION
RQ command line tool. This command is part of rq python module.
OPTIONS
--version Show the version and exit. --help Show this message and exit. Commands: empty Empty given queues. info RQ command-line monitor. 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. RQ(1)