Scroll to navigation

RQINFO(1) General Commands Manual RQINFO(1)

NAME

rqinfo - Command line monitor for RQ

SYNOPSIS

rqinfo [OPTIONS] [QUEUES]...

DESCRIPTION

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

OPTIONS

Updates stats every N seconds (default: don’t poll)
Print only the raw numbers, no bar charts
Show only queue info
Show only worker info
Shows workers by queue
Path to serializer, defaults to rq.serializers.DefaultSerializer
Specify the import path.
Redis client class to use
RQ Queue class to use
RQ Job class to use
RQ Worker class to use
Module containing RQ settings.
URL describing Redis connection details.
Show this message and exit.

SEE ALSO

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

User Commands