redis_tasks

redis_tasks command line tool

redis_tasks [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

--pythonpath <pythonpath>

A directory to add to the Python path, defaults to the work directory

empty

Empty selected queues

redis_tasks empty [OPTIONS] [QUEUES]...

Options

--all

Empty all queues

--delete

Completely remove queues

Arguments

QUEUES

Optional argument(s)

info

Display information about active queues and workers

redis_tasks info [OPTIONS] [QUEUES]...

Options

-i, --interval <interval>

Updates stats every N seconds

--by-queue

Shows workers by queue

Arguments

QUEUES

Optional argument(s)

scheduler

Run the redis_tasks scheduler

redis_tasks scheduler [OPTIONS]

Options

-v, --verbose

Show more output

-q, --quiet

Show less output

worker

Run a redis_tasks worker

redis_tasks worker [OPTIONS] [QUEUES]...

Options

-b, --burst

Run in burst mode (quit after all work is done)

-d, --description <description>

Specify a different description

-v, --verbose

Show more output

-q, --quiet

Show less output

Arguments

QUEUES

Optional argument(s)