logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rq - RQ command line tool.

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] ...

See Also