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

rqinfo - Command line monitor for RQ

Description

       RQ is a command-line monitor for rq. It is part of python-rq module package.

Name

       rqinfo - Command line monitor for RQ

Options

-i,--intervalFLOAT
              Updates stats every N seconds (default: don’t poll)

       -r,--raw
              Print only the raw numbers, no bar charts

       -Q,--only-queues
              Show only queue info

       -W,--only-workers
              Show only worker info

       -R,--by-queue
              Shows workers by queue

       -S,--serializerTEXT
              Path to serializer, defaults to rq.serializers.DefaultSerializer

       -P, --pathTEXT
              Specify the import path.

       --connection-classTEXT
              Redis client class to use

       --queue-classTEXT
              RQ Queue class to use

       -j, --job-classTEXT
              RQ Job class to use

       -w, --worker-classTEXT
              RQ Worker class to use

       -c, --configTEXT
              Module containing RQ settings.

       -u,--urlTEXT
              URL describing Redis connection details.

       --help Show this message and exit.

See Also

rq(1),rqworker(1),
       Full rq documentation

                                                  User Commands                                        RQINFO(1)

Synopsis

rqinfo[OPTIONS] [QUEUES]...

See Also